Method SetIsEnabled
| Improve this Doc View SourceSetIsEnabled(DockControl, Boolean)
Sets the value of DevZest.Windows.Docking.Primitives.DockManager.IsEnabled attached property for a given DockControl.
Declaration
public static void SetIsEnabled(DockControl dockControl, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| DockControl | dockControl | The DockControl on which to set the property value. |
| System.Boolean | value | The property value to set. |