Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / BeforeSendKeysEventArgs Class / Column Property


In This Topic
Column Property (BeforeSendKeysEventArgs)
In This Topic
Gets the current column position of the cursor.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As BeforeSendKeysEventArgs
Dim value As Integer
 
value = instance.Column
See Also