Back to Devexpress

ShowTOCFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-2c9067af.md

latest1.9 KB
Original Source

ShowTOCFormCommand Class

Invokes the Table of Contents dialog window.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowTOCFormCommand :
    RichEditSelectionCommand
vb
Public Class ShowTOCFormCommand
    Inherits RichEditSelectionCommand

Inheritance

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

See Also

ShowTOCFormCommand Members

UpdateTableOfContentsCommand

DevExpress.XtraRichEdit.Commands Namespace