IRibbonPanel

Assembly: Forms;

Description

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

Inheritance Hierarchy

          IComponent

          IRibbonPanel

Properties

  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.

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.

Methods

  Method name Brief description
AddReferenceElement The AddReferenceElement method adds a control, which is a reference to a control on the other panel, to the ribbon panel.

See also:

Forms Assembly Interfaces