InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiControl Interface / Tooltip Property


In This Topic
    Tooltip Property (IUiControl)
    In This Topic
    Gets or sets the tooltip associated with the control.
    Syntax
    'Declaration
     
    
    Property Tooltip As String
    'Usage
     
    
    Dim instance As IUiControl
    Dim value As String
     
    instance.Tooltip = value
     
    value = instance.Tooltip
    string Tooltip {get; set;}
    See Also