InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / AfterSendKeysEventArgs Class / Column Property
Example


In This Topic
    Column Property (AfterSendKeysEventArgs)
    In This Topic
    Cursor column position.
    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