Search Results for

    Show / Hide Table of Contents

    Class KeyboardFocusBehaviour

    Behaviour for assigning keyboard (not logical) focus to element when it is loaded (focus similar to the WinForms focus)

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

    Fields

    OnProperty

    Target element

    Declaration
    public static readonly DependencyProperty OnProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Methods

    GetOn(UIElement)

    Gets target element

    Declaration
    public static FrameworkElement GetOn(UIElement element)
    Parameters
    Type Name Description
    System.Windows.UIElement element
    Returns
    Type Description
    System.Windows.FrameworkElement

    SetOn(UIElement, FrameworkElement)

    Sets target element

    Declaration
    public static void SetOn(UIElement element, FrameworkElement value)
    Parameters
    Type Name Description
    System.Windows.UIElement element
    System.Windows.FrameworkElement value

    On this page

    Back to top Generated by DocFX