MOVESELECTION_REL_TYPE Enumeration

 

Indicates expanding a selection by a relative amount.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public enum MOVESELECTION_REL_TYPE

Member nameDescription
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:

Return to top
Show: