Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The RibbonColorButton class implements the Button for Color Selection ribbon control.
Class to get analog of the RibbonColorButton class:
None;
Class to get analog of the RibbonColorButton class object:
RibbonColorButtonClass;
| Property name | Brief description | |
| The AutoButtonBorder property determines whether the frame is displayed around the color image if the color was selected using the Auto button. | ||
| The AutoButtonCaption property determines the header of the Auto button that is used to select the default color. | ||
| The AutoButtonColor property determines the color that is selected on pressing the Auto button. | ||
| The AutoButtonOnTop property determines a location of the Auto button. | ||
| The AutoButtonTooltip property determines a tooltip for the Auto button. | ||
| The Color property determines the color selected in the dialog box. | ||
| The ColorVisible property determines whether the selected color is displayed under the icon displayed near the control. | ||
| The OtherButtonCaption property determines a header of the button that is used to open the dialog box offor additional color selection. | ||
| The OtherButtonTooltip property determines a tooltip for the button that is used to open the dialog box for additional color selection. |
| Property name | Brief description | |
| The ButtonMode property determines a mode of button work. | ||
| The ColumnCount property determines the number of columns, in which the set of main graphic buttons is placed. | ||
| The Groups property returns the collection of graphic buttons groups. | ||
| The IconWidth property determines the width, in accordance with which images are split and created for the main set of graphic buttons. | ||
| The Images property determines the component that contains the images that will be used in the main set of graphic buttons. | ||
| The ResizeList property determines how parameters of the combined menu are changed. | ||
| The SelectedItem property determines index of the last selected button from the main set of graphic buttons. |
| Property name | Brief description | |
| The Action property determines an action that is associated with the ribbon button. | ||
| The Down property determines a state of the control. | ||
| The ImageIndex property determines index of the small image that is displayed on the button near the text. | ||
| The LargeImageIndex property determines index of the large image that is displayed on the button near the text. | ||
| The SplitButton property determines whether the button is divided if there are subelements. | ||
| The SubItems property returns the collection of controls that form the drop-down menu of the button. |
| Property name | Brief description | |
| The Category property returns a tab, in area of which a control is placed. | ||
| The Description property determines description of a control. | ||
| The Enabled property determines whether a control is available for the user. | ||
| The Height returns height of a control. | ||
| The Highlighted property returns whether the current control is highlighted. | ||
| The Hint property determines text of the tooltip for a control. | ||
| The Id property returns identifier of a control. | ||
| The Keys property determines a hot key that is used for quick access to a control. | ||
| The Left property returns distance from the left border of the parent component to the left border of the current control. | ||
| The ParentElement property returns parent control. | ||
| The ParentGroup property returns the group, in which this control is included. | ||
| The ParentPanel property returns the panel, on which a control is placed. | ||
| The Text property determines the text that is displayed in the control area. | ||
| The Top property returns the distance from the top border of the parent component to the top border of the current control. | ||
| The Visible property determines whether a control is visible. | ||
| 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 | |
| The OnChange event occurs when the ribbon control element is used. | ||
| The OnUpdate event occurs when the ribbon control element is updated. |
See also: