IEditorOperations.InsertNewLine 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.
Inserts a new line at the current caret position.
public:
bool InsertNewLine();
public:
bool InsertNewLine();
bool InsertNewLine();
public bool InsertNewLine ();
abstract member InsertNewLine : unit -> bool
Public Function InsertNewLine () As Boolean
Returns
true
if the edit succeeded, otherwise false
.