Show / Hide Table of Contents

Class GamepadHelp

Implements GamepadHelp class to support specific help on each control

Inheritance
System.Object
GamepadHelp
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public static class GamepadHelp

Fields

TabIndexDownProperty

Tab Index Down property

Declaration
public static readonly DependencyProperty TabIndexDownProperty
Field Value
Type Description
DependencyProperty

TabIndexLeftProperty

Tab Index Left property

Declaration
public static readonly DependencyProperty TabIndexLeftProperty
Field Value
Type Description
DependencyProperty

TabIndexRightProperty

Tab Index Right property

Declaration
public static readonly DependencyProperty TabIndexRightProperty
Field Value
Type Description
DependencyProperty

TabIndexUpProperty

Tab Index Up property

Declaration
public static readonly DependencyProperty TabIndexUpProperty
Field Value
Type Description
DependencyProperty

TargetNameProperty

Target Name Property

Declaration
public static readonly DependencyProperty TargetNameProperty
Field Value
Type Description
DependencyProperty

TargetProperty

Target Property

Declaration
public static readonly DependencyProperty TargetProperty
Field Value
Type Description
DependencyProperty

Methods

GetTabIndexDown(DependencyObject)

Gets tab index down property

Declaration
public static int GetTabIndexDown(DependencyObject obj)
Parameters
Type Name Description
DependencyObject obj

dependency object

Returns
Type Description
System.Int32

GetTabIndexLeft(DependencyObject)

Gets tab index left property

Declaration
public static int GetTabIndexLeft(DependencyObject obj)
Parameters
Type Name Description
DependencyObject obj

dependency object

Returns
Type Description
System.Int32

GetTabIndexRight(DependencyObject)

Gets tab index right property

Declaration
public static int GetTabIndexRight(DependencyObject obj)
Parameters
Type Name Description
DependencyObject obj

dependency object

Returns
Type Description
System.Int32

GetTabIndexUp(DependencyObject)

Gets tab index up property

Declaration
public static int GetTabIndexUp(DependencyObject obj)
Parameters
Type Name Description
DependencyObject obj

dependency object

Returns
Type Description
System.Int32

GetTarget(DependencyObject)

Get Target

Declaration
public static UIElement GetTarget(DependencyObject obj)
Parameters
Type Name Description
DependencyObject obj

dependency object

Returns
Type Description
UIElement

GetTargetName(DependencyObject)

Get Target Name

Declaration
public static string GetTargetName(DependencyObject obj)
Parameters
Type Name Description
DependencyObject obj

dependency object

Returns
Type Description
System.String

SetTabIndexDown(DependencyObject, Int32)

Sets tab index down property

Declaration
public static void SetTabIndexDown(DependencyObject obj, int value)
Parameters
Type Name Description
DependencyObject obj

dependency object

System.Int32 value

value

SetTabIndexLeft(DependencyObject, Int32)

Sets tab index left property

Declaration
public static void SetTabIndexLeft(DependencyObject obj, int value)
Parameters
Type Name Description
DependencyObject obj

dependency object

System.Int32 value

value

SetTabIndexRight(DependencyObject, Int32)

Sets tab index right property

Declaration
public static void SetTabIndexRight(DependencyObject obj, int value)
Parameters
Type Name Description
DependencyObject obj

dependency object

System.Int32 value

value

SetTabIndexUp(DependencyObject, Int32)

Sets tab index up property

Declaration
public static void SetTabIndexUp(DependencyObject obj, int value)
Parameters
Type Name Description
DependencyObject obj

dependency object

System.Int32 value

value

SetTarget(DependencyObject, UIElement)

Set Target

Declaration
public static void SetTarget(DependencyObject obj, UIElement value)
Parameters
Type Name Description
DependencyObject obj

dependency object

UIElement value

value

SetTargetName(DependencyObject, String)

Set Target Name

Declaration
public static void SetTargetName(DependencyObject obj, string value)
Parameters
Type Name Description
DependencyObject obj

dependency object

System.String value

value

Back to top Generated by DocFX