ComponentOne Basic Library for WPF and Silverlight
IsSelected Property (C1ComboBoxItem)


C1.Silverlight Namespace > C1ComboBoxItem Class : IsSelected Property
Gets or sets a Boolean value indicating that this C1ComboBoxItem is selected.
Syntax
'Declaration
 
Public Property IsSelected As System.Boolean
'Usage
 
Dim instance As C1ComboBoxItem
Dim value As System.Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
public System.bool IsSelected {get; set;}
See Also

Reference

C1ComboBoxItem Class
C1ComboBoxItem Members