RibbonPanel

Assembly: Forms;

Description

The RibbonPanel class implements the Panel ribbon control.

Class object properties inherited from IRibbonPanel

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

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

OnChange

The OnChange event occurs when the ribbon control element is used.

OnUpdate

The OnUpdate event occurs when the ribbon control element is updated.

See also:

Forms Assembly Classes