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 MakeLowercaseAction class.

public MakeLowercaseAction()

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