Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / ClickEventArgs Class / ClickSource Field

In This Topic
    ClickSource Field (ClickEventArgs)
    In This Topic
    Determines whether the click event was caused by a menu selection, shortcut key, or other means.
    Syntax
    'Declaration
     
    
    Public ReadOnly ClickSource As ClickSourceEnum
    public readonly ClickSourceEnum ClickSource
    See Also