VsResourceKeys.GetScrollViewerStyleKey(Boolean) Method

Definition

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

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

Parameters

themed
Boolean

true for themed, false for unthemed.

Returns

The key.

Applies to