PushButtonState Enum

Definition

Specifies the visual state of a button that is drawn with visual styles.

public enum class PushButtonState
public enum PushButtonState
type PushButtonState = 
Public Enum PushButtonState
Inheritance
PushButtonState

Fields

Default 5

The button has the default appearance.

Disabled 4

The button is disabled.

Hot 2

The button is hot.

Normal 1

The button has the normal appearance.

Pressed 3

The button is pressed.

Remarks

The PushButtonState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement.Button.PushButton class. The PushButtonState values are also used as an argument in the ButtonRenderer.DrawButton method.

Applies to