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