In This Article

ToolWindowContainerTabControl Class

Represents an AdvancedTabControl for use within a ToolWindowContainer.

public class ToolWindowContainerTabControl : AdvancedTabControl
Inheritance:
object Visual UIElement FrameworkElement Control ItemsControl Selector TabControl AdvancedTabControl object

Constructors

ToolWindowContainerTabControl()

Initializes an instance of the class.

public ToolWindowContainerTabControl()

Methods

ClearContainerForItemOverride(DependencyObject, object)

Returns an item container to the state it was in before PrepareContainerForItemOverride(DependencyObject, object).

protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameter Type Description
element DependencyObject

The item container element.

item object

The data item.

GetContainerForItemOverride()

Creates or identifies the element used to display the specified item.

protected override DependencyObject GetContainerForItemOverride()

Returns

DependencyObject:

The element used to display the specified item.

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameter Type Description
element DependencyObject

The element that is used to display the specified item.

item object

The specified item to display.

Inherited Members

Extension Methods