DockTreeSplitter Class

DevZest WPF Docking

DockTreeSplitter Class
Represents the splitter of DockTreeSplit.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              DevZest.Windows.Docking.PrimitivesDockTreeSplitter

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class DockTreeSplitter : Control
Public Class DockTreeSplitter
	Inherits Control

The DockTreeSplitter type exposes the following members.

Constructors
  NameDescription
Public methodDockTreeSplitter
Initializes a new instance of the DockTreeSplitter class
Top
Properties
  NameDescription
Public propertyIsShiftKeyDown
Gets a value indicates whether is SHIFT key is pressed down when mouse is over this control.
Top
Remarks
This class handles the SHIFT + double click to send the respective DockTree to the back of Z-order ( take the full edge). Use this class in the data template of DockTreeSplit class.
See Also