InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / Hotspot Class / Row Property


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