Back to Devexpress

ShowBorderShadingFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-73d6bfb7.md

latest2.1 KB
Original Source

ShowBorderShadingFormCommand Class

Invokes the Borders and Shading dialog.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowBorderShadingFormCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class ShowBorderShadingFormCommand
    Inherits RichEditMenuItemSimpleCommand

Remarks

The typical Borders and Shading dialog is shown below:

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand ShowBorderShadingFormCommand

See Also

ShowBorderShadingFormCommand Members

Borders and Shading Dialog

DevExpress.XtraRichEdit.Commands Namespace