IRibbonPanel

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The IRibbonPanel interface contains properties of the panel located on the ribbon tab.

Inheritance Hierarchy

          IComponent

          IRibbonPanel

Properties

  Property name Brief description
The CenterColumnsVertically property determines whether controls are aligned center relative to the panel vertical.
The Elements property returns the collection of controls located on the panel.
The ImageIndex property determines index of the image that is related with the panel.
The Keys property determines the hot key that is used for quick access to the panel.
The LaunchButton property returns parameters of the start button that is located on the panel.
The LaunchButtonEnabled property determines whether the start button is displayed on the panel.
The Text property determines a panel header.

Properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components located on the parent component.
Components The Components property returns the child component, which index is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property determines a component name.
Tag The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes.

See also:

Forms Assembly Interfaces