IRibbonPanel

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

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

Inheritance hierarchy

          IComponent

          IRibbonPanel

Properties

  Property name Brief description
The CenterColumnsVertically property determines whether the control element should be aligned center relative to the panel vertical.
The Elements property returns collection of control elements placed on the panel.
The ImageIndex property determines index of the image that should be connected with the panel.
The Keys property determines a hot key that should be used for quick access to the panel.
The LaunchButton property returns parameters of the launch button that is placed on the panel.
The LaunchButtonEnabled property indicates whether the launch button is displayed on the panel.
The Text property determines the 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 child property, the index of which is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property specifies the component name.
Tag The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes.

See also:

Forms Assembly Interfaces