RibbonColorButton

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The RibbonColorButton class implements the ribbon control element - Button for color selection.

Fore.NET Syntax

Class to get analog of the RibbonColorButton class:

None

Class to get analog of the RibbonColorButton class object:

RibbonColorButtonClass;

Properties of the class object inherited from IRibbonColorButton

  Property name Brief description
The AutoButtonBorder property determines whether the frame should be displayed round the image of the color, if the color is selected using the Auto button.
The AutoButtonCaption property determines header of the Auto button that is used to select the default color.
The AutoButtonColor property determines a color that should be selected on pressing the Auto button.
The AutoButtonOnTop property determines location of the Auto button.
The AutoButtonTooltip property determines a tooltip for the Auto button.
The Color property determines color selected in the dialog box.
The ColorVisible property indicates whether the selected color is displayed under the icon displayed near the control element.
The OtherButtonCaption property determines header of the button that is used to call the dialog of additional color selection.
The OtherButtonTooltip property determines tooltip for the button that is used to call the dialog of additional color selection.

Properties of the class object inherited from IRibbonPaletteButton

  Property name Brief description
The ButtonMode property determines mode of the button work.
The ColumnCount property determines the number of columns in which the set of main graphic buttons should be placed.
The Groups property returns collection of graphic buttons groups.
The IconWidth property determines the width in accordance with which the images are split and created for the main set of graphic buttons.
The Images property determines the component that contains the images that should be used in the main set of graphic buttons.
The ResizeList property determines the way of changing the parameters of the combined menu.
The SelectedItem property determines index of the last selected button from the main set of graphic buttons.

Properties of the class object inherited from IRibbonButton

  Property name Brief description
The Action property determines an action that is associated with the ribbon button.
The Down property determines state of the control element.
The ImageIndex property determines index of the small image that should be displayed on the button near the text.
The LargeImageIndex property determines index of the large image that should be displayed on the button near the text.
The SplitButton property indicates whether the button is divided if there are subitems.
The SubItems property returns the collection of control elements that form the drop-down menu of the button.

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