Skybound Rebar

RebarTextOptions Enumeration

Specifies whether text descriptions of the buttons appear on the band and where the text appears.

[Visual Basic]
Public Enum RebarTextOptions
[C#]
public enum RebarTextOptions

Remarks

This type specifies values used by the RebarBand.GetTextOptions and RebarBand.ApplyTextOptions methods.

Members

Member Name Description
ShowTextDisplays the text of each button below its icon.
SelectiveTextDisplays the text of buttons whose TextSelective property is true on the right side of the button.
NoTextOnly icons are shown on the band.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

Skybound.Rebar Namespace