__VSNativeScrollbarThemeMode Enumeration

 

Indicates how scrollbar themes are to be applied.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

public enum __VSNativeScrollbarThemeMode

Member nameDescription
NSTM_All

Theme all descendants.

NSTM_None

Don’t theme descendants.

NSTM_OnlyTopLevel

Theme scrollbars on the window to which this is applied, but not its descendants.

NSTM_Undefined

The theme mode isn’t defined.

Return to top
Show: