Class WebContextMenuItem

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

It is a class for context menu item of web view.

C#
Copy
public class WebContextMenuItem : Disposable
Inheritance
WebContextMenuItem

Properties

View Source

ImageUrl

Gets the image URL of context menu item.

Declaration
C#
Copy
public string ImageUrl { get; }
Property Value
Type Description
String
View Source

IsEnabled

Checks if the item is enabled or not.

Declaration
C#
Copy
public bool IsEnabled { get; }
Property Value
Type Description
Boolean
View Source

LinkUrl

Gets the link URL of context menu item.

Declaration
C#
Copy
public string LinkUrl { get; }
Property Value
Type Description
String
View Source

ParentMenu

Gets the parent menu for the item.

Declaration
C#
Copy
public WebContextMenu ParentMenu { get; }
Property Value
Type Description
WebContextMenu
View Source

Tag

Gets the tag of context menu item.

Declaration
C#
Copy
public WebContextMenuItem.ItemTag Tag { get; }
Property Value
Type Description
WebContextMenuItem.ItemTag
View Source

Title

Gets the title of the item.

Declaration
C#
Copy
public string Title { get; }
Property Value
Type Description
String
View Source

Type

Gets the type of context menu item.

Declaration
C#
Copy
public WebContextMenuItem.ItemType Type { get; }
Property Value
Type Description
WebContextMenuItem.ItemType

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods