__VSNativeScrollbarThemeMode Enum

Definition

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.

Applies to