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