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


In This Topic
    Column Property (RwinDefinedEventArgs)
    In This Topic
    Gets the column location for screen events.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As RwinDefinedEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also