Display the label for the place.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelVisible() As Boolean |
[C#] |
---|
public bool LabelVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_LabelVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelVisible( VARIANT_BOOL * pShowLabel ); public: HRESULT put_LabelVisible( VARIANT_BOOL pShowLabel ); |
[Java] |
---|
public bool getLabelVisible(); public void setLabelVisible( bool ); |