Assembly: Forms;
The RibbonFontComboBox class implements the Combo Box for Font Selection ribbon control.
Property name | Brief description | |
![]() |
AutoComplete | The AutoComplete property determines whether the autocomplete that is entered in the text component is used. |
![]() |
DropDownCount | The DropDownCount property determines the maximum number of elements displayed simultaneously in the opened list of the component. |
![]() |
Dropped | The Dropped property returns whether the drop-down list of the control is displayed. |
![]() |
ImageIndex | The ImageIndex property determines index of the image that is displayed near the combobox. |
![]() |
InnerWidth | The InnerWidth property determines width of the control. |
![]() |
IsNumeric | The IsNumeric property determines whether only numeric values can be entered. |
![]() |
ItemCount | The ItemCount property returns the number of elements that are available in the control list. |
![]() |
Items | The Items property returns the collection of elements of this control list. |
![]() |
MinDropDownWidth | The MinDropDownWidth property determines minimum width of the drop-down list of elements. |
![]() |
ResizeList | The ResizeList property determines whether it is possible to resize the drop-down list of elements in the component. |
![]() |
SearchMode | The SearchMode property determines whether the element works in the mode with displaying the auxiliary text. |
![]() |
SearchPrompt | The SearchPrompt property determines an auxiliary text for the control. |
![]() |
SelectedItem | The SelectedItem property determines the element that is selected in the list. |
![]() |
Style | The BorderStyle property determines a style of component work. |
![]() |
TextAlign | The TextAlign property determines the way of text alignment in the component editor. |
![]() |
TextValue | The TextValue determines the text that is displayed in the editor of the control. |
Property name | Brief description | |
![]() |
Category | The Category property returns a tab, in area of which a control is placed. |
![]() |
Description | The Description property determines description of a control. |
![]() |
Enabled | The Enabled property determines whether a control is available for the user. |
![]() |
Height | The Height returns height of a control. |
![]() |
Highlighted | The Highlighted property returns whether the current control is highlighted. |
![]() |
Hint | The Hint property determines text of the tooltip for a control. |
![]() |
Id | The Id property returns identifier of a control. |
![]() |
Keys | The Keys property determines a hot key that is used for quick access to a control. |
![]() |
Left | The Left property returns distance from the left border of the parent component to the left border of the current control. |
![]() |
ParentElement | The ParentElement property returns parent control. |
![]() |
ParentGroup | The ParentGroup property returns the group, in which this control is included. |
![]() |
ParentPanel | The ParentPanel property returns the panel, on which a control is placed. |
![]() |
Text | The Text property determines the text that is displayed in the control area. |
![]() |
Top | The Top property returns the distance from the top border of the parent component to the top border of the current control. |
![]() |
Visible | The Visible property determines whether a control is visible. |
![]() |
Width | The Width property returns width of the control. |
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. |
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: