Back to Devexpress

SelectAllCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-4a8a61fe.md

latest1.8 KB
Original Source

SelectAllCommand Class

A command to select the entire document range.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class SelectAllCommand :
    RichEditSelectionCommand
vb
Public Class SelectAllCommand
    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 SelectAllCommand

See Also

SelectAllCommand Members

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace