ReturnCode SendKeys( string text, SendKeysOption option )
'Declaration Overloads Function SendKeys( _ ByVal text As String, _ ByVal option As SendKeysOption _ ) As ReturnCode
'Declaration
Overloads Function SendKeys( _ ByVal text As String, _ ByVal option As SendKeysOption _ ) As ReturnCode
'Usage Dim instance As IScreen Dim text As String Dim option As SendKeysOption Dim value As ReturnCode value = instance.SendKeys(text, option)
'Usage
Dim instance As IScreen Dim text As String Dim option As SendKeysOption Dim value As ReturnCode value = instance.SendKeys(text, option)
IScreen Interface IScreen Members Overload List