VsResourceKeys::GetGridViewScrollViewerStyleKey Method (Boolean)

 

Gets the key to use for the style for themed or unthemed ScrollBars.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static Object^ GetGridViewScrollViewerStyleKey(
	bool themed
)

Parameters

themed
Type: System::Boolean

True if themed, false if unthemed.

Return Value

Type: System::Object^

The key.

Return to top
Show: