Description
Display a label at the location at which the star is overhead.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SubStarLabelVisible() As Boolean
|
| [C#] |
|---|
public bool SubStarLabelVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_SubStarLabelVisible(); public: __property void set_SubStarLabelVisible( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SubStarLabelVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_SubStarLabelVisible( VARIANT_BOOL NewSubStarLabelVisible );
|
| [Java] |
|---|
public bool getSubStarLabelVisible();public void setSubStarLabelVisible( bool );
|
See Also