The type of user action that initiated a delegate message.
Available in Mac OS X v10.3 and later.
| C# | Visual Basic | Visual C++ |
public enum WebViewInsertAction
Public Enumeration WebViewInsertAction
public enum class WebViewInsertAction
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)