IEditorOperations2.MoveSelectedLinesDown 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.
Moves the selected lines below the line bordering the selection on the bottom. Moving down from the bottom of the file will return true, however no changes will be made. Collapsed regions being moved, and being moved over, will remain collapsed. Moves involving readonly regions will result in no changes being made.
public:
bool MoveSelectedLinesDown();
public:
bool MoveSelectedLinesDown();
bool MoveSelectedLinesDown();
public bool MoveSelectedLinesDown ();
abstract member MoveSelectedLinesDown : unit -> bool
Public Function MoveSelectedLinesDown () As Boolean
Returns
true
if the edit succeeded or no change was needed, otherwise false
.