RibbonComboBox

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The RibbonComboBox class implements the ribbon control element - Combo box.

Fore.NET Syntax

Class to get analog of the RibbonComboBox class:

None

Class to get analog of the RibbonComboBox class object:

RibbonComboBoxClass;

Properties of the class object inherited from IRibbonComboBox

  Property name Brief description
The AutoComplete property indicates whether the autocomplete that is input in the text component is used.
The Dropped property indicates whether the drop-down list of the control element is displayed.
The ImageIndex property determines index of the image that should be displayed near the combo box.
The InnerWidth property determines width of the control element.
The IsNumeric property determines whether only numeric values can be input.
The ItemCount property returns the number of elements that are available in the control element list.
The Items property returns the collection of elements of this control element list.
The ResizeList property determines whether it is be possible to change the size of the drop-down list of elements in the component.
The SearchMode property indicates whether the element works in the mode with displaying the auxiliary text.
The SearchPrompt property determines auxiliary text for the control element.
The SelectedItem property determines the element selected in the list.
The BorderStyle property determines style of the component work.
The TextAlign property determines the way of text alignment in the component editor.
The TextValue determines text that is displayed in the editor of the control element.

Properties of the class object inherited from IBaseRibbonElement

  Property name Brief description
The Category property returns a tab, in the area of which control element is placed.
The Description property determines description of the control element.
The Enabled property determines whether the control element is available for user.
The Height returns height of the control element.
The Highlighted property indicates whether the current control element is highlighted.
The Hint property determines text of the tooltip for the control element.
The Id property returns identifier of the control element.
The Keys property determines a hot key that is used for quick access to the control element.
The Left property returns distance from the left border of the parent component to the left border of the current control element.
The ParentElement property returns parent control element.
The ParentGroup property returns a group in which this control element is included.
The ParentPanel property returns a panel on which the control element is placed.
The Text property determines text that is displayed in the control element area.
The Top property returns a distance from the top border of the parent component to the top border of the current control element.
The Visible property indicates whether the control element is visible.
The Width property returns width of the control element.

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