Share via


__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)

Syntax

'Declaration
Public Enumeration __VSNativeScrollbarThemeMode
public enum __VSNativeScrollbarThemeMode
public enum class __VSNativeScrollbarThemeMode
type __VSNativeScrollbarThemeMode
public enum __VSNativeScrollbarThemeMode

Members

Member name Description
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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace