MindFusion.Wpf Pack Programmer's Guide
TabItem Members
Constructors Fields Properties Methods Events
 


Represents an item in a TabControl.

The following tables list the members exposed by the TabItem type.

 Public Constructors

  Name Description

TabItem

Initializes a new instance of the TabItem class.

 Public Fields

  Name Description

AddButtonVisibilityProperty

This member is for internal use only.

CornerRadiusProperty

This member is for internal use only.

HeaderProperty

Identifies the Header dependency property.

HeaderTemplateProperty

Identifies the HeaderTemplate dependency property.

IsSelectedProperty

Identifies the IsSelected dependency property.

OverBackgroundProperty

Identifies the OverBackground dependency property.

PressedBackgroundProperty

Identifies the PressedBackground dependency property.

RemoveButtonVisibilityProperty

This member is for internal use only.

SelectedBackgroundProperty

Identifies the SelectedBackground dependency property.

SelectedBorderBrushProperty

Identifies the SelectedBorderBrush dependency property.

TabRotationProperty

This member is for internal use only.

TabStripPlacementProperty

This member is for internal use only.

 Public Properties

  Name Description

AddButtonVisibility

This member is for internal use only.

CornerRadius

This member is for internal use only.

Header

Gets or sets the content of the window title bar. This is a dependency property.

HeaderTemplate

Gets or sets the template used to display the content of the window's title. This is a dependency property.

IsSelected

Gets or sets a value indicating whether this items is selected. This is a dependency property.

OverBackground

Gets or sets the background of the item when it is pointed with the mouse. This is a dependency property.

PressedBackground

Gets or sets the background of the item when it is pressed. This is a dependency property.

RemoveButtonVisibility

This member is for internal use only.

SelectedBackground

Gets or sets the background of the item when it is selected. This is a dependency property.

SelectedBorderBrush

Gets or sets the border brush of the item when it is selected. This is a dependency property.

TabRotation

This member is for internal use only.

TabStripPlacement

This member is for internal use only.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

OnAddTab

Raises the AddTab event.

OnClick

Raises the Click event.

OnIsSelectedChanged

Raises the SelectedChanged event.

OnRemoveTab

Raises the RemoveTab event.

 Public Events

  Name Description

AddTab

Raised when the 'Add Tab' button in the item's header is clicked.

Click

Raised when the item is clicked.

IsSelectedChanged

Raised when the IsSelected property has changed.

RemoveTab

Raised when the 'Remove Tab' button in the item's header is clicked.

 See Also

TabItem Class
MindFusion.UI.Wpf Namespace