Edit

Share via


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

Normal 1

The button has the normal appearance.

Hot 2

The button is hot.

Pressed 3

The button is pressed.

Disabled 4

The button is disabled.

Default 5

The button has the default appearance.

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