Class TextBoxSelectAllOnKeyboardFocusBehavior
Inheritance
TextBoxSelectAllOnKeyboardFocusBehavior
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class TextBoxSelectAllOnKeyboardFocusBehavior
Fields
SelectAllOnFocusProperty
Declaration
public static readonly DependencyProperty SelectAllOnFocusProperty
Field Value
Methods
GetSelectAllOnFocus(DependencyObject)
Declaration
public static bool GetSelectAllOnFocus(DependencyObject obj)
Parameters
Returns
SetSelectAllOnFocus(DependencyObject, bool)
Declaration
public static void SetSelectAllOnFocus(DependencyObject obj, bool value)
Parameters