Xceed SmartUI for WinForms v3.6 Documentation
ClickSource Enumeration


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace : ClickSource Enumeration
Value representing the source of the click.
Syntax
'Declaration
 
Public Enum ClickSource 
   Inherits System.Enum
'Usage
 
Dim instance As ClickSource
public enum ClickSource : System.Enum 
Members
MemberDescription
CodeThe click was invoked programmatically.
KeyboardA key on the keyboard was pressed.
MnemonicA mnemonic key was pressed.
MouseA mouse button was pressed.
ShortcutA shortcut key was used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.SmartUI.ClickSource

Requirements

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

See Also

Reference

Xceed.SmartUI Namespace