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
C# Copy Code |
---|
public DockItem DockParent { get; set; } |
Visual Basic Copy Code |
---|
Public Property DockParent As DockItem |
An instance of the DockItem class or null (Nothing in Visual Basic).