Back to Devexpress

ShowSymbolFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-1c0168e1.md

latest1.7 KB
Original Source

ShowSymbolFormCommand Class

Invokes the Symbol dialog window.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowSymbolFormCommand :
    RichEditCommand
vb
Public Class ShowSymbolFormCommand
    Inherits RichEditCommand

Remarks

The Symbol dialog enables the end-user to visually select a symbol in the font character set.

Inheritance

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

See Also

ShowSymbolFormCommand Members

DevExpress.XtraRichEdit.Commands Namespace