'DeclarationFunction SendControlKeySync( _ ByVal keycode As ControlKeyCode _ ) As ReturnCode
'UsageDim instance As IScreen Dim keycode As ControlKeyCode Dim value As ReturnCode value = instance.SendControlKeySync(keycode)
ReturnCode SendControlKeySync( ControlKeyCode keycode )
Parameters
- keycode
- ControlKeycode type that defines the control key.