ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DropDownControl Class / MouseClickPassThrough Property

In This Topic
    MouseClickPassThrough Property
    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