Back to Devexpress

ToggleTextCaseCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-138591fa.md

latest1.9 KB
Original Source

ToggleTextCaseCommand Class

Toggles case for each character - upper case becomes lower, lower case becomes upper.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ToggleTextCaseCommand :
    ChangeCaseCommandBase
vb
Public Class ToggleTextCaseCommand
    Inherits ChangeCaseCommandBase

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeCharacterFormattingCommandBase<Boolean> DevExpress.XtraRichEdit.Commands.ChangeCaseCommandBase ToggleTextCaseCommand

See Also

ToggleTextCaseCommand Members

DevExpress.XtraRichEdit.Commands Namespace