Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / AfterSendKeysEventArgs Class / Row Property
Example


In This Topic
Row Property (AfterSendKeysEventArgs)
In This Topic
Gets the cursor row position where the keys were sent.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As AfterSendKeysEventArgs
Dim value As Integer
 
value = instance.Row
Example
AfterSendKeysEventArgs args ;
int row = ags.Row;
See Also