IEditorOperations.Capitalize Method

Definition

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.

Applies to