This document is archived and information here might be outdated. Recommended version. |
Indicates if the DMS labels should show the minus sign (if format is not showing direction).
[Visual Basic .NET] Public Property ShowMinusSign As Boolean
[C#] public bool ShowMinusSign {get; set;}
[C++]
HRESULT get_ShowMinusSign(
Boolean* showMinus
);
[C++]
HRESULT put_ShowMinusSign(
VARIANT_BOOL showMinus
);
[C++]
Parameters showMinus [out, retval]
showMinus is a parameter of type bool* showMinus [in]
showMinus is a parameter of type bool