Back to Devexpress

ChangeCaseCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-542c96f0.md

latest2.1 KB
Original Source

ChangeCaseCommand Class

Changes selected text between title case, upper case, and lower case.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Remarks

By default, the command has SHIFT + F4 key combination assigned to it.

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 ChangeCaseCommand

See Also

ChangeCaseCommand Members

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace