This document is archived and information here might be outdated. Recommended version. |
Indicates whether to invert.
[Visual Basic .NET] Public Property Invert As Boolean
[C#] public bool Invert {get; set;}
[C++]
HRESULT get_Invert(
Boolean* Invert
);
[C++]
HRESULT put_Invert(
VARIANT_BOOL Invert
);
[C++]
Parameters Invert [out, retval]
Invert is a parameter of type bool* Invert [in]
Invert is a parameter of type bool