Toggles the display of all entity labels.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowLabels() As Boolean |
[C#] |
---|
public bool ShowLabels {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowLabels(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowLabels( VARIANT_BOOL * pDisplay ); public: HRESULT put_ShowLabels( VARIANT_BOOL Display ); |
[Java] |
---|
public bool getShowLabels(); public void setShowLabels( bool ); |