In This Article

TabbedMdiContainerTabControl Class

Represents an AdvancedTabControl for use within a TabbedMdiContainer.

public class TabbedMdiContainerTabControl : AdvancedTabControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IGeneratorHost, IContainItemStorage
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control System.Windows.Controls.ItemsControl System.Windows.Controls.Primitives.Selector System.Windows.Controls.TabControl AdvancedTabControl Object

Constructors

TabbedMdiContainerTabControl()

Initializes an instance of the TabbedMdiContainerTabControl class.

public TabbedMdiContainerTabControl()

Methods

ClearContainerForItemOverride(DependencyObject, Object)

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

The System.Windows.DependencyObject that is the wrapper element.

item System.Object

The item that is being wrapped.

GetContainerForItemOverride()

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

protected override DependencyObject GetContainerForItemOverride()

Returns

System.Windows.DependencyObject:

The element that is used to display the given item.

OnSelectionChanged(SelectionChangedEventArgs)

Occurs when the selection has changed.

protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameter Type Description
e System.Windows.Controls.SelectionChangedEventArgs

The SelectionChangedEventArgs containing arguments related to this event.

PrepareContainerForItemOverride(DependencyObject, Object)

Prepares the specified element to display the specified item.

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

The System.Windows.DependencyObject that is the wrapper element.

item System.Object

The item that is being wrapped.

UpdateHighlightBrushes()

Optionally updates the HighlightBrushActive and HighlightBrushInactive properties based on the selected tab.

protected override void UpdateHighlightBrushes()

Inherited Members

Extension Methods