RibbonPanel

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The RibbonPanel class implements the ribbon element - Panel.

Fore.NET Syntax

Class to get analog of the RibbonPanel class:

None

Class to get analog of the RibbonPanel class object:

RibbonPanelClass;

Properties of the class object inherited from IRibbonPanel

  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 of the class object 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.

Properties inherited from IBaseRibbonElement

   Event name Brief description
The OnChange event occurs when ribbon control element is used.
The OnUpdate event occurs when ribbon control element is updated.

See also:

Forms Assembly Classes