Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It is a class for context menu item of web view.
public class WebContextMenuItem : Disposable
- Inheritance
-
Properties
Declaration
public string ImageUrl { get; }
Property Value
Declaration
public bool IsEnabled { get; }
Property Value
Declaration
public string LinkUrl { get; }
Property Value
Declaration
public WebContextMenu ParentMenu { get; }
Property Value
Declaration
public WebContextMenuItem.ItemTag Tag { get; }
Property Value
Declaration
public string Title { get; }
Property Value
Declaration
public WebContextMenuItem.ItemType Type { get; }
Property Value
Methods
View Source
ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type |
Name |
Description |
Tizen.System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
Extension Methods