aspnet-devexpress-dot-web-dot-aspxhtmleditor-d0337d3f.md
A Ribbon item that allows the required color to be applied to the text selected within the design view area.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class HEFontColorRibbonCommand :
HERibbonColorCommandBase
Public Class HEFontColorRibbonCommand
Inherits HERibbonColorCommandBase
The ASPxHtmlEditor allows end-users to change the font color of the editor’s selected text by using the Fore Color button ( HEFontColorRibbonCommand ). Clicking the Fore Color button opens a drop down window with predefined colors.
You can fill the drop down window with custom colors using the RibbonColorButtonItemBase.Items property.
If the button’s HERibbonColorCommandBase.EnableCustomColors property is set to true, end-users can select a custom color using the color picker.
Object StateManager CollectionItem RibbonItemBase RibbonButtonItem RibbonColorButtonItemBase HERibbonColorCommandBase HEFontColorRibbonCommand
See Also