ReturnCode WaitForControlKey( int timeout, ControlKeyCode keycode, bool continueProcess )
'Declaration Function WaitForControlKey( _ ByVal timeout As Integer, _ ByVal keycode As ControlKeyCode, _ ByVal continueProcess As Boolean _ ) As ReturnCode
'Declaration
Function WaitForControlKey( _ ByVal timeout As Integer, _ ByVal keycode As ControlKeyCode, _ ByVal continueProcess As Boolean _ ) As ReturnCode
'Usage Dim instance As IIbmScreen Dim timeout As Integer Dim keycode As ControlKeyCode Dim continueProcess As Boolean Dim value As ReturnCode value = instance.WaitForControlKey(timeout, keycode, continueProcess)
'Usage
Dim instance As IIbmScreen Dim timeout As Integer Dim keycode As ControlKeyCode Dim continueProcess As Boolean Dim value As ReturnCode value = instance.WaitForControlKey(timeout, keycode, continueProcess)
IIbmScreen Interface IIbmScreen Members