Search Results for

    Show / Hide Table of Contents

    Class KeyboardFocusBehaviour

    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

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

    Methods

    GetOn(UIElement)

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

    SetOn(UIElement, FrameworkElement)

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

    On this page

    • Fields
      • OnProperty
    • Methods
      • GetOn(UIElement)
      • SetOn(UIElement, FrameworkElement)
    Back to top Generated by DocFX