FrameworkElementBehaviors.GetIgnoreMouseWheel Method
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
- element
Type: System.Windows.FrameworkElement
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.