ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDownButton Class / AutoClose Property



In This Topic
    AutoClose Property (C1DropDownButton)
    In This Topic
    Auto closes the dropdown when the user clicks outside it.
    Syntax
    'Declaration
     
    
    Public Property AutoClose As Boolean
    'Usage
     
    
    Dim instance As C1DropDownButton
    Dim value As Boolean
     
    instance.AutoClose = value
     
    value = instance.AutoClose
    public bool AutoClose {get; set;}
    public:
    property bool AutoClose {
       bool get();
       void set (    bool value);
    }
    See Also