ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / AutoClose Property

In This Topic
    AutoClose Property
    In This Topic
    Auto closes the dropdown when the user clicks outside it.
    Syntax
    'Declaration
     
    
    Public Property AutoClose As Boolean
    public bool AutoClose {get; set;}
    See Also