ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / MouseClickPassThrough Property

In This Topic
    MouseClickPassThrough Property (C1DropDownControl)
    In This Topic
    Gets or sets whether the mouse click event is consumed or passed through after closing the dropdown.
    Syntax
    'Declaration
     
    Public Property MouseClickPassThrough As Boolean
    public bool MouseClickPassThrough {get; set;}
    See Also