IRibbonPanel.AddReferenceButton

Syntax

AddReferenceButton(Value: IRibbonButton);

AddReferenceButton(Value: Prognoz.Platform.Interop.Forms.IRibbonButton);

Parameters

Value. The button, a reference to which is added.

Description

The AddReferenceButton method adds a button that is a reference to from the other panel to the ribbon panel.

Comments

The method is outdated, use IRibbonPanel.AddReferenceElement.

See also:

IRibbonPanel