ClassListBoxItem
Class
Represents the ListBoxItem for Silverlight control wrapper.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ListBoxItem : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IListBoxItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlListBoxItem
Derived Classes:
Implements:
Inherited Members
Constructors
ListBoxItem()
Declaration
cs-api-definition
public ListBoxItem()
Fields
IsSelectedProperty
Declaration
cs-api-definition
public static AutomationProperty IsSelectedProperty
Field Value
Properties
IsSelected
Get/set whether the item is selected.
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.