Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / SuppressTooltips Property


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