IEditorOperations.DecreaseLineIndent Method

Definition

If there is a multi-line selection, removes indentation from every line in the selection, otherwise removes indentation from the line the caret is on.

public:
 bool DecreaseLineIndent();
public:
 bool DecreaseLineIndent();
bool DecreaseLineIndent();
public bool DecreaseLineIndent ();
abstract member DecreaseLineIndent : unit -> bool
Public Function DecreaseLineIndent () As Boolean

Returns

true if the edit succeeded, otherwise false.

Applies to