IEditorOperations.OpenLineBelow 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 end of the line the caret is on.
public:
bool OpenLineBelow();
public:
bool OpenLineBelow();
bool OpenLineBelow();
public bool OpenLineBelow ();
abstract member OpenLineBelow : unit -> bool
Public Function OpenLineBelow () As Boolean
Returns
true
if the edit succeeded, otherwise false
.