Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / KeyboardMapping Class / IsExtendedKey Property
Example


In This Topic
IsExtendedKey Property (KeyboardMapping)
In This Topic
Gets or sets whether this mapping includes 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
Example
KeyboardMapping map ;
bool ExtKey = map.IsExtendedKey;
See Also