IEditorOperations.ToggleCase Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Switches the case of each character in the selection. If the selection is empty, changes the case of the next character.
public:
bool ToggleCase();
public:
bool ToggleCase();
bool ToggleCase();
public bool ToggleCase ();
abstract member ToggleCase : unit -> bool
Public Function ToggleCase () As Boolean
Returns
true
if the edit succeeded, otherwise false
.