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