For ribbon controls

Applies to

RibbonTabButtonItem, RibbonLargeButtonItem, RibbonSmallButtonItem, RibbonCheckBoxItem, and RibbonComboBoxItem controls

Description

Specifies the text to display as PowerTip when the user moves a cursor over the control. The text will be in bold.

Usage

In scripts

The PowerTipText property takes a string value.

The following line adds a PowerTip for the tab button:

RibbonTabButtonItem lr_TabButton
lr_TabButton.PowerTipText = "Add TipText"