FrameworkElementBehaviors.GetIgnoreMouseWheel Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function GetIgnoreMouseWheel ( _
    element As FrameworkElement _
) As Boolean
public static bool GetIgnoreMouseWheel(
    FrameworkElement element
)
public:
static bool GetIgnoreMouseWheel(
    FrameworkElement^ element
)
static member GetIgnoreMouseWheel : 
        element:FrameworkElement -> bool
public static function GetIgnoreMouseWheel(
    element : FrameworkElement
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

FrameworkElementBehaviors Class

Microsoft.TeamFoundation.MVVM Namespace