MonobjcMonobjc Documented Class Library
WebMenuItemTag Enumeration
NamespacesMonobjc.WebKitWebMenuItemTag

Tags that define the types of default menu items passed to the webView:contextMenuItemsForElement:defaultMenuItems: method.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum WebMenuItemTag
Public Enumeration WebMenuItemTag
public enum class WebMenuItemTag
Members
MemberDescription
WebMenuItemTagOpenLinkInNewWindow

Open the link in a new window.

Available in Mac OS X v10.2 and later.


WebMenuItemTagDownloadLinkToDisk

Download the link to a disk.

Available in Mac OS X v10.2 and later.


WebMenuItemTagCopyLinkToClipboard

Copy the link to the clipboard.

Available in Mac OS X v10.2 and later.


WebMenuItemTagOpenImageInNewWindow

Open the image in a new window.

Available in Mac OS X v10.2 and later.


WebMenuItemTagDownloadImageToDisk

Download the image to disk.

Available in Mac OS X v10.2 and later.


WebMenuItemTagCopyImageToClipboard

Copy the image to the clipboard.

Available in Mac OS X v10.2 and later.


WebMenuItemTagOpenFrameInNewWindow

Open the frame in a new window.

Available in Mac OS X v10.2 and later.


WebMenuItemTagCopy

Copy the element to the clipboard.

Available in Mac OS X v10.2 and later.


WebMenuItemTagGoBack

Load the previous page.

Available in Mac OS X v10.3.9 and later.


WebMenuItemTagGoForward

Load the next page.

Available in Mac OS X v10.3.9 and later.


WebMenuItemTagStop

Stop loading the current page.

Available in Mac OS X v10.3.9 and later.


WebMenuItemTagReload

Reload the current page.

Available in Mac OS X v10.3.9 and later.


WebMenuItemTagCut

Cut the currently selected content.

Available in Mac OS X v10.3 and later.


WebMenuItemTagPaste

Paste the content on the clipboard onto the current selection.

Available in Mac OS X v10.3 and later.


WebMenuItemTagSpellingGuess

Suggest spellings for the misspelled word.

Available in Mac OS X v10.3 and later.


WebMenuItemTagNoGuessesFound

Indicate whether any suggested spellings for the misspelled word could be found.

Available in Mac OS X v10.3 and later.


WebMenuItemTagIgnoreSpelling

Ignore the misspelled word.

Available in Mac OS X v10.3 and later.


WebMenuItemTagLearnSpelling

Add the misspelled word to the user’s list of acceptable words.

Available in Mac OS X v10.3 and later.


WebMenuItemTagOther

Used when a tag for an item in the context menu can’t be determined.

Available in Mac OS X v10.3 and later.


WebMenuItemTagSearchInSpotlight

Search SpotLight for the current selection.

Available in Mac OS X v10.4.11 and later.


WebMenuItemTagSearchWeb

Search the web for the current selection.

Available in Mac OS X v10.4.11 and later.


WebMenuItemTagLookUpInDictionary

Look up the current selection in the Dictionary.

Available in Mac OS X v10.4.11 and later.


WebMenuItemTagOpenWithDefaultApplication

Open the current selection using the default application.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFActualSize

Display a PDF document at its original size.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFZoomIn

Scale up a PDF document.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFZoomOut

Scale down a PDF document.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFAutoSize

Display a PDF document at a user-specified size.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFSinglePage

Display a PDF document one page at a time.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFFacingPages

Display a PDF document two pages at a time.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFContinuous

Display all pages in a PDF document continuously, using a vertical scroll bar, if necessary.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFNextPage

Display the next page of a PDF document.

Available in Mac OS X v10.4.11 and later.


WebMenuItemPDFPreviousPage

Display the previous page of a PDF document.

Available in Mac OS X v10.4.11 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)