IRibbonPanel.LaunchButton

Syntax

LaunchButton: IRibbonButton;

Description

The LaunchButton property returns parameters of the start button that is located on the panel.

Comments

The start button is placed at the right lower corner of the panel. The button can be used to start any custom forms, the purpose and functionality of which are connected with this panel.

Clicking the start button or using various controls generates the Ribbon.OnChange event. This event can be used to execute required operations related to the start button.

Example

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

See also:

IRibbonPanel