RibbonPanel

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The RibbonPanel class implements the Panel ribbon control.

Fore.NET Syntax

Class to get analog of the RibbonPanel class:

None;

Class to get analog of the RibbonPanel class object:

RibbonPanelClass;

Class object properties inherited from IRibbonPanel

  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.

Class object 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.

Properties inherited from IBaseRibbonElement

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

See also:

Forms Assembly Classes