Dock(DockPanel, DocumentGroup, Int32)
|
dockPanel, group, insertIndex
|
Docks the specified DockPanel to the specified group at a specific position, displaying the panel as a tab.
|
Dock(DockPanel, DocumentGroup)
|
dockPanel, group
|
Docks the specified DockPanel to the specified group, displaying the panel as a tab.
|
Dock(Document, DocumentGroup, Int32)
|
document, group, insertIndex
|
Docks the specified document to the specified group at a specific position.
|
Dock(Document, DocumentGroup)
|
document, group
|
Docks the specified document to the specified group.
|