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


C1.WPF Namespace > C1ListBoxItem Class : IsSelected Property
Specifies whether item is selected.
Syntax
'Declaration
 
Public Property IsSelected As System.Boolean
'Usage
 
Dim instance As C1ListBoxItem
Dim value As System.Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
public System.bool IsSelected {get; set;}
See Also

Reference

C1ListBoxItem Class
C1ListBoxItem Members