\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListBehavior Class / OnMouseDown Method

In This Topic
    OnMouseDown Method (C1ListBehavior)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function OnMouseDown( _
       ByVal g As System.Windows.Forms.Design.Behavior.Glyph, _
       ByVal button As System.Windows.Forms.MouseButtons, _
       ByVal mouseLoc As System.Drawing.Point _
    ) As System.Boolean
    public override System.bool OnMouseDown( 
       System.Windows.Forms.Design.Behavior.Glyph g,
       System.Windows.Forms.MouseButtons button,
       System.Drawing.Point mouseLoc
    )

    Parameters

    g
    button
    mouseLoc
    See Also