Search
ButtonStates Enumeration
See Also
 





Specifies the possible button states.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public enum ButtonStates

Visual Basic  Copy Code

Public Enum ButtonStates

 Members

  Member name Description

Hovered

The button is pointed by the mouse.

None

The button is neither hovered nor pushed.

Pushed

The button is pressed.

 See Also