C# Class DockTab.DockTabControl

The dock tab control.
Inheritance: System.Windows.Controls.Primitives.Selector
Datei anzeigen Open project: bitbonk/DockTab

Protected Methods

Method 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

Method Description
DockTabControl ( ) : System.Windows

Initializes static members of the DockTabControl class.

Method Details

GetContainerForItemOverride() protected method

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

IsItemItsOwnContainerOverride() protected method

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. ///
return bool