|
Name |
Description |
|
Show(DockControl)
|
|
|
Show(DockItemShowMethod)
|
|
|
Show(DockControl, DockItemShowMethod)
|
|
|
Show(DockControl, DockPosition)
|
Shows the DockItem to specified dock position, as activated.
|
|
Show(DockControl, Rect)
|
Shows the DockItem as activated floating window.
|
|
Show(DockItem, DockItemShowMethod)
|
Shows the DockItem as tabeed, using specified show method.
|
|
Show(DockPane, Int32)
|
Shows the DockItem as activated and tabbed.
|
|
Show(DockControl, DockPosition, DockItemShowMethod)
|
Shows the DockItem to specified dock position, using specified show method.
|
|
Show(DockControl, Rect, DockItemShowMethod)
|
Shows the DockItem as floating window, using specified show method.
|
|
Show(DockPane, Int32, DockItemShowMethod)
|
Shows the DockItem as tabbed, using specified show method.
|
|
Show(DockPaneNode, Dock, SplitterDistance)
|
|
|
Show(DockControl, Dock, Boolean, DockItemShowMethod)
|
Shows the DockItem to the edge of DockControl, brings the respective dock tree to front
or sends it to back, using specified show method.
|
|
Show(DockPaneNode, Boolean, Dock, SplitterDistance, Boolean, DockItemShowMethod)
|
Shows the DockItem as DockPane, side by side of target DockPane, using
specified auto hide state, size for target setting and show method.
|