__VSNativeScrollbarThemeMode Enumeration
Visual Studio 2015
Indicates how scrollbar themes are to be applied.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| 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. |
Show: