Class ComboBoxItem
Inheritance
System.Object
ComboBoxItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ComboBoxItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IComboBoxItem, IListBoxItem, IFrameworkElement, ITargetElement
Constructors
ComboBoxItem()
Declaration
public ComboBoxItem()
Fields
IsHighlightedProperty
Properties
IsHighlighted
Declaration
public bool IsHighlighted { get; set; }
Property Value
System.Boolean
|
ItemText
Declaration
public string ItemText { get; }
Property Value
System.String
|
Implements
ParentComboBox
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|