IRibbonPanel.LaunchButton

Fore Syntax

LaunchButton: IRibbonButton;

Fore.NET Syntax

LaunchButton: Prognoz.Platform.Interop.Forms.IRibbonButton;

Description

The LaunchButton property returns parameters of the launch button that is placed on the panel.

Comments

Launch button is placed in the right lower corner of the panel. This button can be used for launching any custom forms, the purpose and functionality of which are connected with this panel.

Clicking the launch button or using various controls generates the Ribbon.OnChange event. In this event it is possible to perform desired operations related to the launch button.

Example

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

See also:

IRibbonPanel