HypernovaDesktop Components · docs
Binarymission
WPFTab Control › TabItem

TabItem

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Containers

Class TabItem.

public class TabItem : System.Windows.Controls.TabItem

Inherits from / implements: System.Windows.Controls.TabItem

Members at a glance

IsAnimationEnabledOnMouseEnterGets or sets a value indicating whether this instance is animation enabled on mouse enter.
IsDimmedStateEnabledForUnSelectedItemsGets or sets a value indicating whether this instance is dimmed state enabled for un selected items.
OnApplyTemplateWhen overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
CloseTabItemClickOccurs when [close tab item click].
CloseTabItemClickEventThe close tab item click event
IsAnimationEnabledOnMouseEnterPropertyThe is animation enabled on mouse enter property
IsDimmedStateEnabledForUnSelectedItemsPropertyThe is dimmed state enabled for un selected items property

Properties

IsAnimationEnabledOnMouseEnter

public bool IsAnimationEnabledOnMouseEnter

Gets or sets a value indicating whether this instance is animation enabled on mouse enter.

Value. true if this instance is animation enabled on mouse enter; otherwise, false .

IsDimmedStateEnabledForUnSelectedItems

public bool IsDimmedStateEnabledForUnSelectedItems

Gets or sets a value indicating whether this instance is dimmed state enabled for un selected items.

Value. true if this instance is dimmed state enabled for un selected items; otherwise, false .

Methods

OnApplyTemplate

public override void OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.

Events

CloseTabItemClick

public event RoutedEventHandler CloseTabItemClick

Occurs when [close tab item click].

Fields

CloseTabItemClickEvent

public static readonly RoutedEvent CloseTabItemClickEvent

The close tab item click event

IsAnimationEnabledOnMouseEnterProperty

public static readonly DependencyProperty IsAnimationEnabledOnMouseEnterProperty

The is animation enabled on mouse enter property

IsDimmedStateEnabledForUnSelectedItemsProperty

public static readonly DependencyProperty IsDimmedStateEnabledForUnSelectedItemsProperty

The is dimmed state enabled for un selected items property