Skybound Rebar

RebarButton.TextSelective Property

Gets or sets whether the button text is displayed when the band is customized to display selective text.

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

Property Value

true if the text is text is displayed when the band is customized to display selective text; otherwise, false.

Remarks

Only selective text is displayed when "Selective text on right" is chosen from the Text Options combo box in the customize dialog. Usually buttons with the most important functions are chosen to display selective text in order to assist novice users who may not yet be familiar with the icons.

See Also

RebarButton Class | Skybound.Rebar Namespace | ShowTextOptions