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


In This Topic
    Text Property (Hotspot)
    In This Topic
    Gets or sets a value indicating the hotspot text. The text can be up to 80 characters.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    See Also