MouseClickPassThrough Property (C1NumericEdit)
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