Search
DockWindowBase Members
Constructors Fields Properties Methods
 


Represents the base class for all windows in a DockControl.

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

 Public Constructors

  Name Description

DockWindowBase

Initializes a new instance of the DockWindowBase class.

 Public Fields

  Name Description

DockProperty

Identifies the Dock dependency property. (Inherited from DockElement.)

DockSizeProperty

Identifies the DockSize dependency property. (Inherited from DockElement.)

IsActiveProperty

Identifies the IsActive dependency property. (Inherited from DockElement.)

SelectedIndexProperty

 

SelectedItemProperty

 

 Public Properties

  Name Description

Dock

Gets or sets the dock location of the item. (Inherited from DockElement.)

DockSize

Gets or sets the docking size of the item. (Inherited from DockElement.)

IsActive

  (Inherited from DockElement.)

SelectedIndex

 

SelectedItem

 

 Protected Methods

 See Also