Class TabItem
Implements item for Tab Control
Inheritance
System.Object
TabItem
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class TabItem : HeaderedContentControl
Constructors
TabItem()
Initializes a new instance of the TabItem class.
Declaration
public TabItem()
Fields
IsSelectedProperty
The is selected property
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
public bool IsSelected { 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
OnTouchDown(TouchEventArgs)
Raises the TouchDown event.
Declaration
protected override void OnTouchDown(TouchEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| TouchEventArgs | e | The TouchEventArgs instance containing the event data. |