VsResourceKeys.GetScrollBarStyleKey(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.