Skybound Rebar

RebarButton.TextVisible Property

Gets or sets whether the button's text is currenly visible on the button.

[Visual Basic]
Public Property TextVisible As Boolean
[C#]
public bool TextVisible {get; set;}

Property Value

true if the text is currently displayed on the button; otherwise, false.

Remarks

Use this property to show or hide the Text for a button. When the button is assigned to a RebarBandType.MenuBar band, this property is always true and assigning it a value has no effect.

See Also

RebarButton Class | Skybound.Rebar Namespace