InfoConnect for Unisys
Column Property (AfterSendKeysEventArgs)
Example 


Gets the cursor column position where the keys were sent.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As AfterSendKeysEventArgs
Dim value As Integer
 
value = instance.Column
public int Column {get;}
Example
AfterSendKeysEventArgs args ;
int column = args.Column;
See Also