ReturnCode SendKeys( string text )
'Declaration Function SendKeys( _ ByVal text As String _ ) As ReturnCode
'Declaration
Function SendKeys( _ ByVal text As String _ ) As ReturnCode
'Usage Dim instance As IIbmScreen Dim text As String Dim value As ReturnCode value = instance.SendKeys(text)
'Usage
Dim instance As IIbmScreen Dim text As String Dim value As ReturnCode value = instance.SendKeys(text)
IIbmScreen Interface IIbmScreen Members