ComponentOne Basic Library for WPF and Silverlight
AutoClose Property (C1DropDownButton)


C1.WPF Namespace > C1DropDownButton Class : AutoClose Property
Auto closes the dropdown when the user clicks outside it.
Syntax
'Declaration
 
Public Property AutoClose As System.Boolean
'Usage
 
Dim instance As C1DropDownButton
Dim value As System.Boolean
 
instance.AutoClose = value
 
value = instance.AutoClose
public System.bool AutoClose {get; set;}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members