Adds the specified item to the DockControl. The initial positioning of the item is determined by its DockTarget and State properties.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public void AddItem ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddItem ( _ |
The item to add.
See Also