PowerTipDescription

Applies to

RibbonTabButtonItem, RibbonLargeButtonItem, RibbonSmallButtonItem, RibbonCheckBoxItem, and RibbonComboBoxItem controls

Description

Displays a PowerTip detailed description when the user moves a cursor over the control. If PowerTipText is set, PowerTipDescription shows below the PowerTipText.

Usage

In scripts

The following line adds a PowerTipDescription for the tab button:

RibbonTabButtonItem lr_TabButton
lr_TabButton.PowerTipDescription = "Add TipDescription"