IEditorOperations.IncreaseLineIndent Method

Definition

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.

Applies to