ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip 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