Table of Contents

Class SelectAllFocusBehavior

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

A behavior that enables selecting all text when a FrameworkElement receives focus.

public class SelectAllFocusBehavior
Inheritance
SelectAllFocusBehavior

Fields

EnableProperty

The attached property that determines whether the behavior is enabled.

Methods

GetEnable(FrameworkElement)

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

SetEnable(FrameworkElement, bool)

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