__VSNativeScrollbarThemeMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how scrollbar themes are to be applied.
public enum class __VSNativeScrollbarThemeMode
public enum class __VSNativeScrollbarThemeMode
enum __VSNativeScrollbarThemeMode
public enum __VSNativeScrollbarThemeMode
type __VSNativeScrollbarThemeMode =
Public Enum __VSNativeScrollbarThemeMode
- Inheritance
-
__VSNativeScrollbarThemeMode
Fields
NSTM_All | 1 | Theme all descendants. |
NSTM_None | 2 | Don’t theme descendants. |
NSTM_OnlyTopLevel | 3 | Theme scrollbars on the window to which this is applied, but not its descendants. |
NSTM_Undefined | 0 | The theme mode isn’t defined. |