SELECTIONSTATEFLAGS Enumeration

 

Represents the state of a selection so that it can be restored to that state.

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

[FlagsAttribute]
public enum SELECTIONSTATEFLAGS

Member nameDescription
ssfColumn

 This is a column selection state.

ssfDefault

 Default selection state.

From textmgr.idl:

Return to top
Show: