Back to Devexpress

HEBackColorRibbonCommand Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-c6d970d6.md

latest2.9 KB
Original Source

HEBackColorRibbonCommand Class

A ribbon item that allows the background color to be specified for the text selected within the design view area.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HEBackColorRibbonCommand :
    HERibbonColorCommandBase
vb
Public Class HEBackColorRibbonCommand
    Inherits HERibbonColorCommandBase

Remarks

The ASPxHtmlEditor allows end-users to change the back color of the editor’s selected text by using the Back Color button ( HEBackColorRibbonCommand ). Clicking the Back 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 HERibbonColorCommandBase.EnableCustomColors property is set to true, end-users can select a custom color using the color picker.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonItemBase RibbonButtonItem RibbonColorButtonItemBase HERibbonColorCommandBase HEBackColorRibbonCommand

See Also

HEBackColorRibbonCommand Members

HTML Editor

Ribbon Toolbar

Html Editor Designer

DevExpress.Web.ASPxHtmlEditor Namespace