C# Class DockTab.DockTabControl

The dock tab control.
Inheritance: System.Windows.Controls.Primitives.Selector
Afficher le fichier Open project: bitbonk/DockTab

Méthodes protégées

Méthode Description
GetContainerForItemOverride ( ) : DependencyObject

Creates or identifies the element that is used to display the given item.

IsItemItsOwnContainerOverride ( object item ) : bool

Determines if the specified item is (or is eligible to be) its own container.

Private Methods

Méthode Description
DockTabControl ( ) : System.Windows

Initializes static members of the DockTabControl class.

Method Details

GetContainerForItemOverride() protected méthode

Creates or identifies the element that is used to display the given item.
protected GetContainerForItemOverride ( ) : DependencyObject
Résultat System.Windows.DependencyObject

IsItemItsOwnContainerOverride() protected méthode

Determines if the specified item is (or is eligible to be) its own container.
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object /// The item to check. ///
Résultat bool