PushButtonState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
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.