Share

RibbonTab.Visible Property

Parent Object: RibbonTab

Description

Gets and sets whether the ribbon tab is currently visible in the ribbon. Note that this property applies only when the parent ribbon is active.

Syntax

RibbonTab.Visible() As Boolean

Property Value

This is a read/write property whose value is a Boolean.

Samples

Name Description
Print information about all available ribbons. This sample prints out all of the elements of the ribbons. This output is very useful when customizing the ribbon to be able to get the names of the various existing ribbons, tabs, and panels.

Version

Introduced in version 2010

Was this information helpful?