MindFusion WinForms Programmer's Guide
DockWindow Members
Constructors Properties Methods
 


Represents a container of tabbed items.

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

 Public Constructors

  Name Description

DockWindow

Initializes a new instance of the DockWindow class.

 Public Properties

  Name Description

AutoHideIndex

Gets index of currently shown auto-hide item.

Center

For internal use.

DockControl

Gets or sets a reference to the root DockControl. (Inherited from DockPanel.)

DockSize

Gets or sets the size of this panel when in docked state. (Inherited from DockPanel.)

DockStyle

Gets or sets the panel's dock style. (Inherited from DockPanel.)

HeaderSize

Gets the size of header area.

HoverIndex

Gets index of the hovered item.

Items

Gets a collection containing child items.

MeasureBounds

Gets the panel's measured location and size. (Inherited from DockPanel.)

MeasureLocation

Gets or sets the panel's measured location. (Inherited from DockPanel.)

MeasureSize

Gets or sets the panel's measured size. (Inherited from DockPanel.)

OldDockParent

Gets the previous parent panel. (Inherited from DockPanel.)

OldDockSize

Gets the previous dock size. (Inherited from DockPanel.)

OldDockStyle

Gets the previous dock style. (Inherited from DockPanel.)

OldForm

Gets the previous parent form. (Inherited from DockPanel.)

OldLocation

Gets previous location. (Inherited from DockPanel.)

OldRootDockStyle

Gets the previous root dock style. (Inherited from DockPanel.)

SelectedIndex

Gets or sets the active tab.

TabAlignment

Gets or sets the tab alignment.

TempMeasureSize

Gets or sets temporary measured size during resize. (Inherited from DockPanel.)

TempSize

Gets or sets temporary size during resize. (Inherited from DockPanel.)

 Protected Methods

  Name Description

OnEnter

Control.OnEnter override.

OnGotFocus

Control.OnGotFocus override.

OnLeave

Control.OnLeave override.

OnLostFocus

Control.OnLostFocus override.

OnPaint

Control.OnPaint override.

 See Also

DockWindow Class
MindFusion.UI.WinForms Namespace