Skybound Rebar

RebarButtonState Enumeration

Specifies the current state of a rebar button.

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

Remarks

This enumeration is used for properties such as RebarButton.State and RebarButtonRenderer.State. When providing custom drawing routines for rebar buttons, use these values to determine or specify the state of a rebar button.

Members

Member Name Description
Normal The button is in a normal state.
Hot The mouse is positioned over the button.
Pushed The button is pushed.
DropDownPushed The drop-down button is pushed. This value is used only for MenuOrPush button types.

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace