ImageThemingUtilities::SetThemeScrollBars Method (DependencyObject^, Nullable<Boolean>)

 

Sets the ThemeScrollbarsProperty value.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

public:
static void SetThemeScrollBars(
	DependencyObject^ element,
	Nullable<bool> value
)

Parameters

d

The object.

value
Type: System::Nullable<Boolean>

The value.

Return to top
Show: