IEditorOperations.DecreaseLineIndent 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, 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
.