ThemedScrollbarMode Enum

Definition

A value that indicates whether the scrollbars of a window and its children will be themed when displayed in the Visual Studio designer.

public enum class ThemedScrollbarMode
public enum ThemedScrollbarMode
type ThemedScrollbarMode = 
Public Enum ThemedScrollbarMode
Inheritance
ThemedScrollbarMode

Fields

All 1

The window and all of its children will have themed scrollbars.

None 2

The window and all of its children will not be themed.

OnlyTopLevel 3

The window will have themed scrollbars but all of its children will not be themed.

Applies to