DevZest WPF Docking
DockItemShow Method (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.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public void Show( DockPaneNode paneNode, bool isAutoHide, Dock side, SplitterDistance size, bool isSizeForTarget, DockItemShowMethod showMethod )
Public Sub Show ( paneNode As DockPaneNode, isAutoHide As Boolean, side As Dock, size As SplitterDistance, isSizeForTarget As Boolean, showMethod As DockItemShowMethod )
Parameters
- paneNode
- Type: DevZest.Windows.DockingDockPaneNode
The target DockPaneNode. - isAutoHide
- Type: SystemBoolean
Indicates whether to be created DockPane is auto hide. - side
- Type: System.Windows.ControlsDock
Indicates the DockItem shows on which side of target DockPaneNode. - size
- Type: DevZest.WindowsSplitterDistance
The size of to be created DockPane or target DockPaneNode, depending on the value of isSizeForTarget. - isSizeForTarget
- Type: SystemBoolean
Indicates whether size is for to be created DockPane or target DockPaneNode. - showMethod
- Type: DevZest.Windows.DockingDockItemShowMethod
The specified show method.
See Also