DockItem.Show Method

DevZest WPF Docking

DockItemShow Method
Shows the DockItem.
Overload List
  Name Description
Public method Show(DockControl)
Shows the DockItem targeting specified DockControl, as activated.
Public method Show(DockItemShowMethod)
Shows the DockItem, using specified DockItemShowMethod.
Public method Show(DockControl, DockItemShowMethod)
Shows the DockItem targeting specified DockControl, using specified DockItemShowMethod.
Public method Show(DockControl, DockPosition)
Shows the DockItem to specified dock position, as activated.
Public method Show(DockControl, Rect)
Shows the DockItem as activated floating window.
Public method Show(DockItem, DockItemShowMethod)
Shows the DockItem as tabeed, using specified show method.
Public method Show(DockPane, Int32)
Shows the DockItem as activated and tabbed.
Public method Show(DockControl, DockPosition, DockItemShowMethod)
Shows the DockItem to specified dock position, using specified show method.
Public method Show(DockControl, Rect, DockItemShowMethod)
Shows the DockItem as floating window, using specified show method.
Public method Show(DockPane, Int32, DockItemShowMethod)
Shows the DockItem as tabbed, using specified show method.
Public method Show(DockPaneNode, Dock, SplitterDistance)
Shows the DockItem as activated non auto hide DockPane, side by side of target DockPaneNode.
Public method 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.
Public 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.
Top
See Also