Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl Class / ToolTipText Property


In This Topic
    ToolTipText Property (SmartControl)
    In This Topic
    Gets or sets the tool tip text for the control.
    Syntax
    'Declaration
     
    
    Public Property ToolTipText As String
    'Usage
     
    
    Dim instance As SmartControl
    Dim value As String
     
    instance.ToolTipText = value
     
    value = instance.ToolTipText
    public string ToolTipText {get; set;}
    See Also