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

In This Topic
    OnMouseLeave Method (C1ListBehavior)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function OnMouseLeave( _
       ByVal g As System.Windows.Forms.Design.Behavior.Glyph _
    ) As System.Boolean
    public override System.bool OnMouseLeave( 
       System.Windows.Forms.Design.Behavior.Glyph g
    )

    Parameters

    g
    See Also