Class ComboBoxItem
Implements item in a ComboBox
Inheritance
System.Object
ComboBoxItem
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ComboBoxItem : ListBoxItem
Constructors
ComboBoxItem()
Initializes a new instance of the ComboBoxItem class.
Declaration
public ComboBoxItem()
Fields
IsHighlightedProperty
The is highlighted property
Declaration
public static readonly DependencyProperty IsHighlightedProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
IsHighlighted
Gets or sets a value indicating whether this instance is highlighted.
Declaration
public bool IsHighlighted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
OnMouseDown(MouseButtonEventArgs)
Raises the MouseDown event.
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
MouseButtonEventArgs | e | The MouseButtonEventArgs instance containing the event data. |
Overrides
OnMouseUp(Object, MouseButtonEventArgs)
Called when [mouse up].
Declaration
protected override void OnMouseUp(object sender, MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
MouseButtonEventArgs | e | The MouseButtonEventArgs instance containing the event data. |
Overrides
OnTouchGesture(TouchGestureEventArgs)
Raises the TouchGesture event.
Declaration
protected override void OnTouchGesture(TouchGestureEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
TouchGestureEventArgs | e | The TouchGestureEventArgs instance containing the event data. |