DiagramLite Programmer's Guide
DiagramTabItem Members
Constructors Fields Properties Methods Events
 


Represents a tab item in a DiagramTabControl.

The following tables list the members exposed by the DiagramTabItem type.

 Public Constructors

  Name Description

DiagramTabItem

Initializes a new instance of the DiagramTabItem class.

 Public Fields

  Name Description

HeaderProperty

Identifies the Header dependency property.

HeaderTemplateProperty

Identifies the HeaderTemplate dependency property.

IsDropTargetProperty

Identifies the IsDropTarget dependency property.

IsSelectedProperty

Identifies the IsSelected dependency property.

ShowAddButtonProperty

Identifies the ShowAddButton dependency property.

ShowCloseButtonProperty

Identifies the ShowCloseButton dependency property.

TabRotationProperty

This member is for internal use only.

TabStripPlacementProperty

This member is for internal use only.

 Public Properties

  Name Description

Header

Gets or sets the content of the window title bar. This is a dependency property.

HeaderTemplate

Gets or sets the template used to display the content of the window's title. This is a dependency property.

IsDropTarget

Gets or sets a value indicating whether the item is a target of a tab reordering operation. This is a dependency property.

IsSelected

Gets or sets a value indicating whether this items is selected. This is a dependency property.

ShowAddButton

Gets or sets a value indicating whether the add button is visible. This is a dependency property.

ShowCloseButton

Gets or sets a value indicating whether the close button is visible. This is a dependency property.

TabRotation

This member is for internal use only.

TabStripPlacement

This member is for internal use only.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

ArrangeOverride

FrameworkElement.ArrangeOverride override.

OnAddTab

Raises the AddTab event.

OnIsSelectedChanged

Raises the SelectedChanged event.

OnRemoveTab

Raises the RemoveTab event.

 Public Events

  Name Description

AddTab

Raised when the 'Add Tab' button in the item's header is clicked.

IsSelectedChanged

Raised when the IsSelected property has changed.

RemoveTab

Raised when the 'Remove Tab' button in the item's header is clicked.

 See Also

DiagramTabItem Class
MindFusion.Diagramming Namespace