C# Класс DockTab.DockTabControl

The dock tab control.
Наследование: System.Windows.Controls.Primitives.Selector
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
DockTabControl ( ) : System.Windows

Initializes static members of the DockTabControl class.

Описание методов

GetContainerForItemOverride() защищенный Метод

Creates or identifies the element that is used to display the given item.
protected GetContainerForItemOverride ( ) : DependencyObject
Результат System.Windows.DependencyObject

IsItemItsOwnContainerOverride() защищенный Метод

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. ///
Результат bool