ComponentOne Basic Library for WPF and Silverlight
IsDropDownOpen Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : IsDropDownOpen Property
Open or close the C1ComboBox popup.
Syntax
'Declaration
 
Public Property IsDropDownOpen As System.Boolean
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Boolean
 
instance.IsDropDownOpen = value
 
value = instance.IsDropDownOpen
public System.bool IsDropDownOpen {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members