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


In This Topic
    Column Property (Hotspot)
    In This Topic
    Gets or sets whether the hotspot will appear only if the text is in the specified column.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As Integer
     
    instance.Column = value
     
    value = instance.Column
    public int Column {get; set;}
    See Also