Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / UserInterface Class / SuppressTooltips Property


In This Topic
    SuppressTooltips Property (UserInterface)
    In This Topic
    Gets or sets a value indicating whether to hide tooltips for buttons
    Syntax
    'Declaration
     
    
    Public Property SuppressTooltips As Boolean
    'Usage
     
    
    Dim instance As UserInterface
    Dim value As Boolean
     
    instance.SuppressTooltips = value
     
    value = instance.SuppressTooltips
    public bool SuppressTooltips {get; set;}
    See Also