IEditorOperations.IncreaseLineIndent 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.
If there is a multi-line selection, adds indentation to every line in the selection, otherwise adds indentation to the line the caret is on.
public:
bool IncreaseLineIndent();
public:
bool IncreaseLineIndent();
bool IncreaseLineIndent();
public bool IncreaseLineIndent ();
abstract member IncreaseLineIndent : unit -> bool
Public Function IncreaseLineIndent () As Boolean
Returns
true
if the edit succeeded, otherwise false
.