If true, allows display of values in another unit.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseCustomDisplayUnit() As Boolean |
[C#] |
---|
public bool UseCustomDisplayUnit {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseCustomDisplayUnit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseCustomDisplayUnit( VARIANT_BOOL * pVal ); public: HRESULT put_UseCustomDisplayUnit( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseCustomDisplayUnit(); public void setUseCustomDisplayUnit( bool ); |