Class
RichTextEditorColorPickerToolbarItem

Allows picking a specific color from a collection of colors. Base class for RichTextEditor toolbar items which work with picking color, such as RichTextEditorTextColorToolbarItem and RichTextEditorHighlightTextColorToolbarItem.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RichTextEditorColorPickerToolbarItem : RichTextEditorListPickerButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownListButtonToolbarItemListPickerButtonToolbarItemRichTextEditorListPickerButtonToolbarItemRichTextEditorColorPickerToolbarItem

Derived Classes: RichTextEditorHighlightTextColorToolbarItemRichTextEditorTextColorToolbarItem

Inherited Members ListPickerButtonToolbarItem.ItemStylePropertyListPickerButtonToolbarItem.ItemTemplatePropertyListPickerButtonToolbarItem.SelectedItemPropertyListPickerButtonToolbarItem.DisplayMemberPathPropertyListPickerButtonToolbarItem.DisplayStringFormatPropertyListPickerButtonToolbarItem.DisplayValueConverterPropertyListPickerButtonToolbarItem.ItemStyleListPickerButtonToolbarItem.ItemTemplateListPickerButtonToolbarItem.SelectedItemListPickerButtonToolbarItem.DisplayMemberPathListPickerButtonToolbarItem.DisplayStringFormatListPickerButtonToolbarItem.DisplayValueConverterListPickerButtonToolbarItem.SelectionChangedDropDownListButtonToolbarItem.ItemsSourcePropertyDropDownListButtonToolbarItem.ItemsSourceDropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

RichTextEditorColorPickerToolbarItem()

Declaration

cs-api-definition
public RichTextEditorColorPickerToolbarItem()

Methods

CreateDefaultColors()

Returns the default collection of colors to be used inside the RichTextEditorColorPickerToolbarItem drop down list.

Declaration

cs-api-definition
protected virtual IList<Color> CreateDefaultColors()

Returns

IList<Color>