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.
Inherited Members
- ChangeCharacterCasingAction.CanExecute(IEditorView)
- ChangeCharacterCasingAction.Execute(IEditorView)
- EditActionBase.GetKeyText(Keys, Keys)
- EditActionBase.ReadFromXml(XmlReader)
- EditActionBase.WriteToXml(XmlWriter)
- EditActionBase.CanRecordInMacro
- EditActionBase.Key
- EditActionBase.Text
- Command.Name
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()