MOVESELECTION_ABS_TYPE Enumeration
Visual Studio 2015
Indicates moving a record selection by an absolute amount.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| MOVESELECTION_ABS_FIRSTCOLUMN | Move record selection to first column. | |
| MOVESELECTION_ABS_FIRSTLINE | Move record selection to first line. | |
| MOVESELECTION_ABS_FIRSTTEXTCOLUMN | Move record selection to first text column. | |
| MOVESELECTION_ABS_LASTCOLUMN | Move record selection to last column. | |
| MOVESELECTION_ABS_LASTLINE | Move record selection to last line. |
From textmgr.idl:
Show: