Search
DockItem Members
Constructors Properties
 


Enables items docking in a DockControl.

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

 Public Constructors

  Name Description

DockItem

Initializes a new instance of the DockItem class.

 Public Properties

  Name Description

Content

Gets or sets the content of the item.

ContentId

Gets or sets a unique identifier for the item.

DockParent

Gets or sets the dock item to use as a parent when this item is added to the DockControl. If this property is not set, the DockControl itself is used as a parent.

DockStyle

Gets or sets the dock location of the item.

Header

Gets or sets the header text of the item.

HeaderPadding

Gets or sets the padding of the header text.

Icon

Gets or sets the icon, displayed next to the header of the item.

IconSize

Gets or sets the size of the icon.

Id

Gets or sets a unique identifier for the item.

Size

Gets or sets the size of the item.

Tag

Gets or sets a user-associated value with the item.

 See Also