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

In This Topic
    OnMouseUp Method (C1ListBehavior)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function OnMouseUp( _
       ByVal g As System.Windows.Forms.Design.Behavior.Glyph, _
       ByVal button As System.Windows.Forms.MouseButtons _
    ) As System.Boolean
    public virtual System.bool OnMouseUp( 
       System.Windows.Forms.Design.Behavior.Glyph g,
       System.Windows.Forms.MouseButtons button
    )

    Parameters

    g
    button
    See Also