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