ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItemClickedEventArgs Class / CancelClosing Property

In This Topic
    CancelClosing Property
    In This Topic
    Gets or sets a value that indicates whether the C1SplitButton should close the dropdown after the item is clicked or not.
    Syntax
    'Declaration
     
    Public Property CancelClosing As Boolean
    public bool CancelClosing {get; set;}
    See Also