Table of Contents

Method SetEnable

Namespace
Innova.Prism.Library.Behaviors
Assembly
Innova.Prism.Library.dll

SetEnable(FrameworkElement, bool)

Sets the value indicating whether the behavior is enabled for the specified FrameworkElement.

public static void SetEnable(FrameworkElement frameworkElement, bool value)

Parameters

frameworkElement FrameworkElement

The FrameworkElement to set.

value bool

The value indicating whether the behavior is enabled.