IEditorOperations.SelectPreviousSibling(Boolean) Method

Definition

Selects the previous sibling.

public:
 void SelectPreviousSibling(bool extendSelection);
public:
 void SelectPreviousSibling(bool extendSelection);
void SelectPreviousSibling(bool extendSelection);
public void SelectPreviousSibling (bool extendSelection);
abstract member SelectPreviousSibling : bool -> unit
Public Sub SelectPreviousSibling (extendSelection As Boolean)

Parameters

extendSelection
Boolean

If true, the selection is extended when the caret is moved; if false, the selection is not extended.

Applies to