ExtensionMethods..::..MapVirtualKey Method
Maps the virtual key.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
[DllImportAttribute] public static uint MapVirtualKey( uint uCode, MapType uMapType )
<DllImportAttribute> _ Public Shared Function MapVirtualKey ( _ uCode As UInteger, _ uMapType As MapType _ ) As UInteger
[DllImportAttribute] public: static unsigned int^ MapVirtualKey( unsigned int^ uCode, MapType^ uMapType )
Parameters
- uCode
- Type: UInt32
The u code.
- uMapType
- Type: RingSoft.DataEntryControls.WPF..::..MapType
Type of the u map.