IEditorOperations.Indent Method

Definition

If there is a multi-line selection indents the selection, otherwise inserts a tab at the caret location.

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

Returns

true if the edit succeeded, otherwise false.

Applies to