ClassComboBoxItem
Class
Represents the Silverlight ComboBoxItem for control wrapper.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ComboBoxItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IComboBoxItem, IListBoxItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlListBoxItemComboBoxItem
Implements:
Inherited Members
Constructors
ComboBoxItem()
Declaration
cs-api-definition
public ComboBoxItem()
Properties
ItemText
Get the item text.
ParentComboBox
Get the parent ComboBox element.
Declaration
cs-api-definition
public IComboBox ParentComboBox { get; }
Property Value
Implements
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.