4.517 ListBoxItem
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ListBoxItem, IInputElement | |
ListBoxItem | |
ComboBoxItem ListViewItem | |
(usage) |
<ListBoxItem> x:Object </ListBoxItem> |
(description) |
Represents a selectable item in a ListBox. |
[content property] |
Content |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
IsSelected |
x:Boolean |
(description) |
A value that indicates whether a ListBoxItem is selected. |
(events) |
|
Selected |
Occurs when a ListBoxItem is selected. |
Unselected |
Occurs when a ListBoxItem is unselected. |