IEditorOperations.Capitalize 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 all the characters in the selection to lowercase, then converts the first character in each word in the selection to uppercase. If the selection is empty, then it makes the next character uppercase.
public:
bool Capitalize();
public:
bool Capitalize();
bool Capitalize();
public bool Capitalize ();
abstract member Capitalize : unit -> bool
Public Function Capitalize () As Boolean
Returns
true
if the edit succeeded, otherwise false
.