IRibbonPanel.LaunchButtonEnabled

Fore Syntax

LaunchButtonEnabled: Boolean;

Fore.NET Syntax

LaunchButtonEnabled: Boolean;

Description

The LaunchButtonEnabled property indicates whether the launch button is displayed on the panel.

Comments

If this property is set to True, the Launch button is shown next to the panel name. By default this property is set to False, the launch button is not displayed.

Launch button can be used for calling 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