Click or drag to resize
WpfExtensionsGetModifiers Method (MouseEventArgs)
Version 55.0.0
Gets the modifiers.

Namespace: CefSharp.Wpf.Internals
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
public static CefEventFlags GetModifiers(
	this MouseEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseEventArgs
The MouseEventArgs instance containing the event data.

Return Value

Type: CefEventFlags
CefEventFlags.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MouseEventArgs. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also