VsResourceKeys.GetScrollBarStyleKey(Boolean) Method

Definition

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

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

Parameters

themed
Boolean

true for themed, false for unthemed.

Returns

The key.

Applies to