ScrollViewerExtensions.GetEnableMiddleClickScrolling(DependencyObject) 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.
Get EnableMiddleClickScrollingProperty. Returns true
if middle click scrolling is enabled else return false
public static bool GetEnableMiddleClickScrolling(Windows.UI.Xaml.DependencyObject obj);
static member GetEnableMiddleClickScrolling : Windows.UI.Xaml.DependencyObject -> bool
Public Shared Function GetEnableMiddleClickScrolling (obj As DependencyObject) As Boolean
Parameters
- obj
- Windows.UI.Xaml.DependencyObject
The Windows.UI.Xaml.DependencyObject to get the associated bool
Returns
The bool
associated with the Windows.UI.Xaml.DependencyObject