DevZest WPF Docking
DockItemShow Method (DockPaneNode, Dock, SplitterDistance) |
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, Dock side, SplitterDistance size )
Public Sub Show ( paneNode As DockPaneNode, side As Dock, size As SplitterDistance )
Parameters
- paneNode
- Type: DevZest.Windows.DockingDockPaneNode
The target DockPaneNode. - 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.
Remarks
This method is wrapper of Show(DockPaneNode, Boolean, Dock, SplitterDistance, Boolean, DockItemShowMethod)
method.
See Also