ClassComboBoxItem
Class
Represents the Wpf ComboBoxItem for control wrapper.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ComboBoxItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IComboBoxItem, IListBoxItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlListBoxItemComboBoxItem
Implements:
Inherited Members
Constructors
ComboBoxItem()
Declaration
cs-api-definition
public ComboBoxItem()
Fields
IsHighlightedProperty
Declaration
cs-api-definition
public static AutomationProperty IsHighlightedProperty
Field Value
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.