IEditorOperations.ToggleCase Method

Definition

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.

Applies to