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

In This Topic
    CloseOnLostFocus Property
    In This Topic
    Gets or sets whether the popup is closed automatically when the control loses the focus.
    Syntax
    'Declaration
     
    
    Public Property CloseOnLostFocus As Boolean
    public bool CloseOnLostFocus {get; set;}
    See Also