VsResourceKeys.GetScrollViewerStyleKey(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 ^ 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.