In This Article

MakeLowercaseAction Class

Represents an IEditAction that changes the character casing of the selected text to lowercase.

public class MakeLowercaseAction : 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

MakeLowercaseAction()

Initializes an instance of the class.

public MakeLowercaseAction()

Properties

Casing

The CharacterCasing to apply.

protected override CharacterCasing? Casing { get; }

Property Value

CharacterCasing?

Inherited Members

Extension Methods