FrameworkElementBehaviors.SetIgnoreMouseWheel Method

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

Syntax

'Declaration
Public Shared Sub SetIgnoreMouseWheel ( _
    element As FrameworkElement, _
    ignore As Boolean _
)
public static void SetIgnoreMouseWheel(
    FrameworkElement element,
    bool ignore
)
public:
static void SetIgnoreMouseWheel(
    FrameworkElement^ element, 
    bool ignore
)
static member SetIgnoreMouseWheel : 
        element:FrameworkElement * 
        ignore:bool -> unit
public static function SetIgnoreMouseWheel(
    element : FrameworkElement, 
    ignore : boolean
)

Parameters

.NET Framework Security

See Also

Reference

FrameworkElementBehaviors Class

Microsoft.TeamFoundation.MVVM Namespace