DockManager.SetIsEnabled Method

DevZest WPF Docking

DockManagerSetIsEnabled Method
Sets the value of IsEnabled attached property for a given DockControl.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static void SetIsEnabled(
	DockControl dockControl,
	bool value
)
Public Shared Sub SetIsEnabled ( 
	dockControl As DockControl,
	value As Boolean
)

Parameters

dockControl
Type: DevZest.Windows.DockingDockControl
The DockControl on which to set the property value.
value
Type: SystemBoolean
The property value to set.
See Also