MonobjcMonobjc Documented Class Library
WebViewInsertAction Enumeration
NamespacesMonobjc.WebKitWebViewInsertAction

The type of user action that initiated a delegate message.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum WebViewInsertAction
Public Enumeration WebViewInsertAction
public enum class WebViewInsertAction
Members
MemberDescription
WebViewInsertActionTyped

Indicates the user inserted content by typing.

Available in Mac OS X v10.3 and later.


WebViewInsertActionPasted

Indicates the user inserted content by pasting.

Available in Mac OS X v10.3 and later.


WebViewInsertActionDropped

Indicates the user inserted content by dropping.

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