IEditorOperations.Indent 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 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
.