In This Article

ToggleCharacterCasingAction Class

Represents an IEditAction that toggles the character casing of the selected text.

public class ToggleCharacterCasingAction : ChangeCharacterCasingAction, IEditAction, IKeyedObject, ICommand<IEditorView>, ICommand
Inheritance:
object Command EditActionBase ChangeCharacterCasingAction object
Implements:
IEditAction IKeyedObject ICommand<IEditorView> ICommand

Remarks

If no text is currently selected, only the character after the caret is changed.

Constructors

ToggleCharacterCasingAction()

Initializes an instance of the class.

public ToggleCharacterCasingAction()

Properties

Casing

The CharacterCasing to apply.

protected override CharacterCasing? Casing { get; }

Property Value

CharacterCasing?

Inherited Members

Extension Methods