Represents a tab control with tabs on the left side, that is often used on Backstage
- Inheritance:
-
object
Visual
UIElement
Framework
Element Control ItemsControl Selector TabControl object
Constructors
TaskTabControl()
Initializes an instance of the class.
Methods
ClearContainerForItemOverride(DependencyObject, object)
When overridden in a derived class, undoes the effects of the PrepareContainerForItemOverride
method.
Parameter | Type | Description |
---|---|---|
element | DependencyObject | The container element. |
item | object | The item. |
GetContainerForItemOverride()
Creates or identifies the element used to display the specified item.
Returns
- DependencyObject:
The element that is used to display the given item.
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own ItemContainer.
Parameter | Type | Description |
---|---|---|
item | object | Specified item. |
Returns
- bool:
Returns true if the item is its own ItemContainer; otherwise, false.
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Parameter | Type | Description |
---|---|---|
element | DependencyObject | Element used to display the specified item. |
item | object | Specified item. |