IRibbonPanel.LaunchButtonEnabled

Syntax

LaunchButtonEnabled: Boolean;

Description

The LaunchButtonEnabled property determines whether the start button is displayed on the panel.

Comments

If the property is set to True, the start button is shown next to the panel name. The property is set to False by default, the start button is not displayed.

The start button can be used for opening different windows that contain additional settings connected with this panel.

Example

The example of use is given in description of the IRibbonPanels.Add method.

See also:

IRibbonPanel