VsResourceKeys.GetGridViewScrollViewerStyleKey(Boolean) Method

Definition

Returns the key to use for the style for themed or unthemed ScrollBars

public:
 static System::Object ^ GetGridViewScrollViewerStyleKey(bool themed);
public:
 static Platform::Object ^ GetGridViewScrollViewerStyleKey(bool themed);
 static winrt::Windows::Foundation::IInspectable GetGridViewScrollViewerStyleKey(bool themed);
public static object GetGridViewScrollViewerStyleKey (bool themed);
static member GetGridViewScrollViewerStyleKey : bool -> obj
Public Shared Function GetGridViewScrollViewerStyleKey (themed As Boolean) As Object

Parameters

themed
Boolean

True if themed, false if unthemed.

Returns

The key.

Applies to