IEditorOperations.MakeLowercase 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.
Converts uppercase letters to lowercase in the selection. If the selection is empty, makes the next character lowercase.
public:
bool MakeLowercase();
public:
bool MakeLowercase();
bool MakeLowercase();
public bool MakeLowercase ();
abstract member MakeLowercase : unit -> bool
Public Function MakeLowercase () As Boolean
Returns
true
if the edit succeeded, otherwise false
.