In This Article

ToggleCharacterCasingAction Class

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

public class ToggleCharacterCasingAction : ChangeCharacterCasingAction, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase ChangeCharacterCasingAction object
Implements:
IEditAction IKeyedObject

Remarks

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

Constructors

ToggleCharacterCasingAction()

Initializes an instance of the ToggleCharacterCasingAction class.

public ToggleCharacterCasingAction()

Properties

Casing

Gets the CharacterCasing to apply.

protected override CharacterCasing? Casing { get; }

Property Value

CharacterCasing?:

The CharacterCasing to apply, or a null value to indicate toggling case.

Inherited Members