MonobjcMonobjc Documented Class Library
IWebUIDelegate Interface
NamespacesMonobjc.WebKitIWebUIDelegate

[Missing <summary> documentation for "T:Monobjc.WebKit.IWebUIDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface IWebUIDelegate : IManagedWrapper
Public Interface IWebUIDelegate _
	Inherits IManagedWrapper
public interface class IWebUIDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
WebViewAreToolbarsVisible(WebView)

Returns a Boolean value indicating whether any toolbars are visible in a web view's window.

Original signature is '- (BOOL)webViewAreToolbarsVisible:(WebView *)sender'

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


WebViewClose(WebView)

Closes a web view in a window.

Original signature is '- (void)webViewClose:(WebView *)sender'

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


WebViewContextMenuItemsForElementDefaultMenuItems(WebView, NSDictionary, NSArray)

Returns menu items to display in an element's contextual menu.

Original signature is '- (NSArray *)webView:(WebView *)sender contextMenuItemsForElement:(NSDictionary *)element defaultMenuItems:(NSArray *)defaultMenuItems'

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


WebViewCreateWebViewModalDialogWithRequest(WebView, NSURLRequest)

Creates a modal window containing a web view that loads the specified request.

Original signature is '- (WebView *)webView:(WebView *)sender createWebViewModalDialogWithRequest:(NSURLRequest *)request'

Available in Mac OS X v10.4.11 and later.


WebViewCreateWebViewWithRequest(WebView, NSURLRequest)

Creates a window containing a web view to load the specified request.

Original signature is '- (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request'

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


WebViewDragDestinationActionMaskForDraggingInfo(WebView, INSDraggingInfo)

Returns a mask indicating which drag operations are allowed by the sender.

Original signature is '- (NSUInteger)webView:(WebView *)sender dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo'

Available in Mac OS X v10.3.9 and later.


WebViewDragSourceActionMaskForPoint(WebView, NSPoint)

Returns a mask indicating which drag-source actions are allowed for a drag that begins at the specified location.

Original signature is '- (NSUInteger)webView:(WebView *)sender dragSourceActionMaskForPoint:(NSPoint)point'

Available in Mac OS X v10.3.9 and later.


WebViewDrawFooterInRect(WebView, NSRect)

Draws the web view’s footer in the specified rectangle.

Original signature is '- (void)webView:(WebView *)sender drawFooterInRect:(NSRect)rect'

Available in Mac OS X v10.4.11 and later.


WebViewDrawHeaderInRect(WebView, NSRect)

Draws the web view’s header in the specified rectangle.

Original signature is '- (void)webView:(WebView *)sender drawHeaderInRect:(NSRect)rect'

Available in Mac OS X v10.4.11 and later.


WebViewFirstResponder(WebView)

Returns the first responder of the web view’s window.

Original signature is '- (NSResponder *)webViewFirstResponder:(WebView *)sender'

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


WebViewFocus(WebView)

Brings a web view’s window to the front and makes it the active window.

Original signature is '- (void)webViewFocus:(WebView *)sender'

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


WebViewFooterHeight(WebView)

Returns the height of the web view’s printed page footer.

Original signature is '- (float)webViewFooterHeight:(WebView *)sender'

Available in Mac OS X v10.4.11 and later.


WebViewFrame(WebView)

Returns the frame rectangle of a web view’s window.

Original signature is '- (NSRect)webViewFrame:(WebView *)sender'

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


WebViewHeaderHeight(WebView)

Returns the height of the web view’s printed page header.

Original signature is '- (float)webViewHeaderHeight:(WebView *)sender'

Available in Mac OS X v10.4.11 and later.


WebViewIsResizable(WebView)

Returns a Boolean value indicating whether a web view’s window can be resized.

Original signature is '- (BOOL)webViewIsResizable:(WebView *)sender'

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


WebViewIsStatusBarVisible(WebView)

Returns a Boolean value indicating whether the status bar in a web view's window is visible.

Original signature is '- (BOOL)webViewIsStatusBarVisible:(WebView *)sender'

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


WebViewMakeFirstResponder(WebView, NSResponder)

Sets the first responder of a web view’s window to the specified view.

Original signature is '- (void)webView:(WebView *)sender makeFirstResponder:(NSResponder *)responder'

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


WebViewMouseDidMoveOverElementModifierFlags(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.


WebViewPrintFrameView(WebView, WebFrameView)

Prints the contents of a web frame view.

Original signature is '- (void)webView:(WebView *)sender printFrameView:(WebFrameView *)frameView'

Available in Mac OS X v10.4.11 and later.


WebViewRunBeforeUnloadConfirmPanelWithMessageInitiatedByFrame(WebView, NSString, WebFrame)

Displays a confirmation panel containing the specified message before a window closes.

Original signature is '- (BOOL)webView:(WebView *)sender runBeforeUnloadConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame'

Available in Mac OS X v10.4.11 and later.


WebViewRunJavaScriptAlertPanelWithMessageInitiatedByFrame(WebView, NSString, WebFrame)

Displays a JavaScript alert panel containing the specified message.

Original signature is '- (void)webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame'

Available in Mac OS X v10.4.11 and later.


WebViewRunJavaScriptConfirmPanelWithMessageInitiatedByFrame(WebView, NSString, WebFrame)

Displays a JavaScript confirmation panel with the specified message.

Original signature is '- (BOOL)webView:(WebView *)sender runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame'

Available in Mac OS X v10.4.11 and later.


WebViewRunJavaScriptTextInputPanelWithPromptDefaultTextInitiatedByFrame(WebView, NSString, NSString, WebFrame)

Displays a JavaScript text input panel and returns the entered text.

Original signature is '- (NSString *)webView:(WebView *)sender runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString *)defaultText initiatedByFrame:(WebFrame *)frame'

Available in Mac OS X v10.4.11 and later.


WebViewRunModal(WebView)

Displays a web view in a modal window.

Original signature is '- (void)webViewRunModal:(WebView *)sender'

Available in Mac OS X v10.4.11 and later.


WebViewRunOpenPanelForFileButtonWithResultListener(WebView, IWebOpenPanelResultListener)

Displays an open panel for a file input control.

Original signature is '- (void)webView:(WebView *)sender runOpenPanelForFileButtonWithResultListener:(id < WebOpenPanelResultListener >)resultListener'

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


WebViewRunOpenPanelForFileButtonWithResultListenerAllowMultipleFiles(WebView, IWebOpenPanelResultListener, Boolean)

Displays an open panel for a file input control.

Original signature is '- (void)webView:(WebView *)sender runOpenPanelForFileButtonWithResultListener:(id < WebOpenPanelResultListener >)resultListener allowMultipleFiles:(BOOL)allowMultipleFiles'

Available in Mac OS X v10.6 and later.


WebViewSetFrame(WebView, NSRect)

Sets the frame rectangle of a web view’s window to the specified frame size.

Original signature is '- (void)webView:(WebView *)sender setFrame:(NSRect)frame'

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


WebViewSetResizable(WebView, Boolean)

Sets whether a web view’s window can be resized.

Original signature is '- (void)webView:(WebView *)sender setResizable:(BOOL)resizable'

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


WebViewSetStatusBarVisible(WebView, Boolean)

Sets the visibility of the status bar in a web view’s window.

Original signature is '- (void)webView:(WebView *)sender setStatusBarVisible:(BOOL)visible'

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


WebViewSetStatusText(WebView, NSString)

Sets the status message displayed by a web view’s window, if any, to the specified text.

Original signature is '- (void)webView:(WebView *)sender setStatusText:(NSString *)text'

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


WebViewSetToolbarsVisible(WebView, Boolean)

Sets whether a web view's toolbars should be visible.

Original signature is '- (void)webView:(WebView *)sender setToolbarsVisible:(BOOL)visible'

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


WebViewShouldPerformActionFromSender(WebView, IntPtr, Id)

Returns a Boolean value that indicates whether the action sent by the specified object should be performed.

Original signature is '- (BOOL)webView:(WebView *)sender shouldPerformAction:(SEL)action fromSender:(id)fromObject'

Available in Mac OS X v10.3.9 and later.


WebViewShow(WebView)

Displays a web view’s window and moves it to the front.

Original signature is '- (void)webViewShow:(WebView *)sender'

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


WebViewStatusText(WebView)

Returns the current status message from a web view's window.

Original signature is '- (NSString *)webViewStatusText:(WebView *)sender'

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


WebViewUnfocus(WebView)

Relinquishes focus on a web view’s window.

Original signature is '- (void)webViewUnfocus:(WebView *)sender'

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


WebViewValidateUserInterfaceItemDefaultValidation(WebView, INSValidatedUserInterfaceItem, Boolean)

Returns a Boolean value that indicates whether the specified user interface item is valid.

Original signature is '- (BOOL)webView:(WebView *)sender validateUserInterfaceItem:(id < NSValidatedUserInterfaceItem >)item defaultValidation:(BOOL)defaultValidation'

Available in Mac OS X v10.3.9 and later.


WebViewWillPerformDragDestinationActionForDraggingInfo(WebView, WebDragDestinationAction, INSDraggingInfo)

Tells the receiver that the sending web view will perform the specified drag-destination action.

Original signature is '- (void)webView:(WebView *)sender willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:(id < NSDraggingInfo >)draggingInfo'

Available in Mac OS X v10.3.9 and later.


WebViewWillPerformDragSourceActionFromPointWithPasteboard(WebView, WebDragSourceAction, NSPoint, NSPasteboard)

Tells the receiver that the sending web view will perform the specified drag-source action.

Original signature is '- (void)webView:(WebView *)sender willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3.9 and later.


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)