ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / IconClickEventArgs Class / Clicks Property

In This Topic
    Clicks Property (IconClickEventArgs)
    In This Topic
    Gets the number of times the mouse button was clicked.
    Syntax
    'Declaration
     
    Public ReadOnly Property Clicks As System.Integer
    public System.int Clicks {get;}
    See Also