Table of Contents

Method SetIsEnabled

Namespace
Innova.Prism.Library.Commands
Assembly
Innova.Prism.Library.dll

SetIsEnabled(DependencyObject, bool)

Sets the value of the IsEnabled attached property to the specified DependencyObject.

public static void SetIsEnabled(DependencyObject obj, bool value)

Parameters

obj DependencyObject

The DependencyObject to set the value for.

value bool

The value to set for the IsEnabled attached property.