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


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