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
- element
Type: System.Windows.FrameworkElement
- ignore
Type: System.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.