Struct VirtualKeyboardNativeMethods.KEYBDINPUT
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: TelerikCommon.dll
Syntax
public struct KEYBDINPUT
Fields
ExtraInfo
Declaration
public IntPtr ExtraInfo
Field Value
System.IntPtr
|
Flags
Declaration
public uint Flags
Field Value
System.UInt32
|
Scan
Declaration
public ushort Scan
Field Value
System.UInt16
|
Time
Declaration
public uint Time
Field Value
System.UInt32
|
Vk
Declaration
public ushort Vk
Field Value
System.UInt16
|