This document is archived and information here might be outdated. Recommended version. |
Indicates if the field value should be the ratio of itself.
[Visual Basic .NET]
Public Property ValueAsRatio As Boolean
[C#]
public bool ValueAsRatio {get; set;}
[C++]
HRESULT get_ValueAsRatio(
Boolean* ratio
);
[C++]
HRESULT put_ValueAsRatio(
VARIANT_BOOL ratio
);
[C++] Parameters ratio [out, retval]
ratio is a parameter of type bool* ratio [in]
ratio is a parameter of type bool