MonobjcMonobjc Documented Class Library
WebViewMouseDidMoveOverElementModifierFlags Method (sender, elementInformation, modifierFlags)
NamespacesMonobjc.WebKitIWebUIDelegateWebViewMouseDidMoveOverElementModifierFlags(WebView, NSDictionary, NSUInteger)

Updates information about the element the user is mousing over.

Original signature is '- (void)webView:(WebView *)sender mouseDidMoveOverElement:(NSDictionary *)elementInformation modifierFlags:(NSUInteger)modifierFlags'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void WebViewMouseDidMoveOverElementModifierFlags(
	WebView sender,
	NSDictionary elementInformation,
	NSUInteger modifierFlags
)
Sub WebViewMouseDidMoveOverElementModifierFlags ( _
	sender As WebView, _
	elementInformation As NSDictionary, _
	modifierFlags As NSUInteger _
)
void WebViewMouseDidMoveOverElementModifierFlags(
	WebView^ sender, 
	NSDictionary^ elementInformation, 
	NSUInteger modifierFlags
)
Parameters
sender (WebView)
The web view that sent the message.
elementInformation (NSDictionary)
A dictionary that describes the element under the mouse, or nil. See “Constants” in WebView Class Reference for information about the key-value pairs in this dictionary.
modifierFlags (NSUInteger)
An integer bit field that indicates the modifier keys in effect during the event. See “Modifier Flags” in NSEvent Class Reference for information about possible modifiers. Note that this parameter was changed from an unsigned int to an NSUInteger in Mac OS X v10.5.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)