MOVESELECTION_REL_TYPE Enumeration
Visual Studio 2015
Indicates expanding a selection by a relative amount.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| MOVESELECTION_REL_CHARACTER | Move selection one character. | |
| MOVESELECTION_REL_LINE | Move selection one line. | |
| MOVESELECTION_REL_PAGE | Move selection one page. | |
| MOVESELECTION_REL_WORD | Move selection one word. |
From textmgr.idl:
Show: