InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ControlKeySendingEventArgs Class / Column Property


In This Topic
    Column Property (ControlKeySendingEventArgs)
    In This Topic
    Gets the current column position of the cursor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As ControlKeySendingEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also