InfoConnect for Unisys
Column Property (KeysSendingEventArgs)


Get the current column position of the cursor.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As KeysSendingEventArgs
Dim value As Integer
 
value = instance.Column
public int Column {get;}
See Also