Table of Contents

Method GetEnable

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

GetEnable(FrameworkElement)

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

public static bool GetEnable(FrameworkElement frameworkElement)

Parameters

frameworkElement FrameworkElement

The FrameworkElement to check.

Returns

bool

true if the behavior is enabled; otherwise, false.