This document is archived and information here might be outdated. Recommended version. |
Indicates if "stair" mode line series is inverted.
[Visual Basic .NET]
Public Property StairsInvert As Boolean
[C#]
public bool StairsInvert {get; set;}
[C++]
HRESULT get_StairsInvert(
Boolean* bInvert
);
[C++]
HRESULT put_StairsInvert(
VARIANT_BOOL bInvert
);
[C++] Parameters bInvert [out, retval]
bInvert is a parameter of type bool* bInvert [in]
bInvert is a parameter of type bool