ThemedScrollbarMode 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.
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
Fields
Name | Value | Description |
---|---|---|
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.