This document is archived and information here might be outdated. Recommended version. |
.
[Visual Basic .NET] Public Property ApplyMask As Boolean
[C#] public bool ApplyMask {get; set;}
[C++]
HRESULT get_ApplyMask(
Boolean* pbApplyMask
);
[C++]
HRESULT put_ApplyMask(
VARIANT_BOOL pbApplyMask
);
[C++]
Parameters pbApplyMask [out, retval]
pbApplyMask is a parameter of type bool* pbApplyMask
pbApplyMask is a parameter of type bool