Description
Specifies whether to display a label.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property IsLabelVisible() As Boolean
|
[C#] |
---|
public bool IsLabelVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_IsLabelVisible(); public: __property void set_IsLabelVisible( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_IsLabelVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_IsLabelVisible( VARIANT_BOOL NewIsLabelVisible );
|
[Java] |
---|
public bool getIsLabelVisible();public void setIsLabelVisible( bool );
|
See Also