Search Results for

    Show / Hide Table of Contents

    Class TextBoxSelectAllOnKeyboardFocusBehavior

    Inheritance
    object
    TextBoxSelectAllOnKeyboardFocusBehavior
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public static class TextBoxSelectAllOnKeyboardFocusBehavior

    Fields

    SelectAllOnFocusProperty

    Declaration
    public static readonly DependencyProperty SelectAllOnFocusProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetSelectAllOnFocus(DependencyObject)

    Declaration
    public static bool GetSelectAllOnFocus(DependencyObject obj)
    Parameters
    Type Name Description
    DependencyObject obj
    Returns
    Type Description
    bool

    SetSelectAllOnFocus(DependencyObject, bool)

    Declaration
    public static void SetSelectAllOnFocus(DependencyObject obj, bool value)
    Parameters
    Type Name Description
    DependencyObject obj
    bool value
    In this article
    Back to top Generated by DocFX