Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSendingEventArgs Class / Column Property


In This Topic
Column Property (KeysSendingEventArgs)
In This Topic
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
See Also