Skybound Rebar

RebarButtonType Enumeration

Specifies the type of a rebar button.

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

Remarks

This enumeration is used for properties such as RebarButton.ButtonType and RebarButtonRenderer.ButtonType. It specifies the behavior and the appearance of a rebar button.

Members

Member Name Description
Push A normal push button.
Toggle A push button that can be checked and unchecked.
Group A toggle button in a group where only a single button in the group is checked at once.
Menu A button that displays a menu when clicked.
MenuOrPush A button that can be clicked like a normal push button, but also has an arrow that can be clicked to display a menu.
Separator A seperator button.
Panel A panel used to create space for any purpose.

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace