DockTreeSplitter.IsShiftKeyDown Property

DevZest WPF Docking

DockTreeSplitterIsShiftKeyDown Property
Gets a value indicates whether is SHIFT key is pressed down when mouse is over this control.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool IsShiftKeyDown { get; }
Public ReadOnly Property IsShiftKeyDown As Boolean
	Get

Property Value

Type: Boolean
if SHIFT key is pressed down when mouse is over this control, otherwise . The default value is .
See Also