MindFusion WinForms Programmer's Guide
DockItem.DockParent Property
See Also
 





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.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public DockItem DockParent { get; set; }

Visual Basic  Copy Code

Public Property DockParent As DockItem

 Property Value

An instance of the DockItem class or null (Nothing in Visual Basic).

 See Also

DockItem Members
DockItem Class
MindFusion.UI.WinForms Namespace