ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / C1.Win.Command Namespace / ClickSourceEnum Enumeration

In This Topic
    ClickSourceEnum Enumeration
    In This Topic
    Members of this enumeration are used to determine the value of the ClickSource property in the ClickEventArgs class.
    Syntax
    'Declaration
     
    Public Enum ClickSourceEnum 
       Inherits System.Enum
    public enum ClickSourceEnum : System.Enum 
    Members
    MemberDescription
    ExternalClick source is external.
    MenuClick source is a menu.
    NoneClick source undefined.
    ShortcutClick source is a shortcut key.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.ClickSourceEnum

    scrap%

    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

    C1.Win.Command Namespace