IEditorOperations.SelectNextSibling(Boolean) Method

Definition

Selects the next sibling.

public:
 void SelectNextSibling(bool extendSelection);
public:
 void SelectNextSibling(bool extendSelection);
void SelectNextSibling(bool extendSelection);
public void SelectNextSibling (bool extendSelection);
abstract member SelectNextSibling : bool -> unit
Public Sub SelectNextSibling (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