'Declaration Public Enum ClickSource Inherits System.Enum
'Usage Dim instance As ClickSource
public enum ClickSource : System.Enum
'Declaration Public Enum ClickSource Inherits System.Enum
'Usage Dim instance As ClickSource
public enum ClickSource : System.Enum
Member | Description |
---|---|
Code | The click was invoked programmatically. |
Keyboard | A key on the keyboard was pressed. |
Mnemonic | A mnemonic key was pressed. |
Mouse | A mouse button was pressed. |
Shortcut | A shortcut key was used. |
System.Object
System.ValueType
System.Enum
Xceed.SmartUI.ClickSource
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2