Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartControl Interface / ToolTipText Property


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