IEditorOperations.SelectNextSibling(Boolean) 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.
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.