Reflection
IsExtendedKey Property (KeyboardMapping)


Gets or sets whether this mapping is of an extended key.
Syntax
'Declaration
 
Public Property IsExtendedKey As Boolean
'Usage
 
Dim instance As KeyboardMapping
Dim value As Boolean
 
instance.IsExtendedKey = value
 
value = instance.IsExtendedKey
public bool IsExtendedKey {get; set;}
See Also