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


In This Topic
    SuppressTooltipFooter Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating if the Ribbon tooltip footer is suppressed.
    Syntax
    'Declaration
     
    
    Property SuppressTooltipFooter As Boolean
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As Boolean
     
    instance.SuppressTooltipFooter = value
     
    value = instance.SuppressTooltipFooter
    bool SuppressTooltipFooter {get; set;}
    See Also