Class WebContextMenuItem
Definition
- Assembly:
- Tizen.NUI.dll
It is a class for context menu item of web view.
public class WebContextMenuItem : Disposable
- Inheritance
Properties
View SourceImageUrl
Gets the image URL of context menu item.
Declaration
public string ImageUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsEnabled
Checks if the item is enabled or not.
Declaration
public bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
LinkUrl
Gets the link URL of context menu item.
Declaration
public string LinkUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
ParentMenu
Gets the parent menu for the item.
Declaration
public WebContextMenu ParentMenu { get; }
Property Value
| Type | Description |
|---|---|
| WebContextMenu |
Tag
Gets the tag of context menu item.
Declaration
public WebContextMenuItem.ItemTag Tag { get; }
Property Value
| Type | Description |
|---|---|
| WebContextMenuItem.ItemTag |
Title
Gets the title of the item.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets the type of context menu item.
Declaration
public WebContextMenuItem.ItemType Type { get; }
Property Value
| Type | Description |
|---|---|
| WebContextMenuItem.ItemType |
Methods
View SourceReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.InteropServices.HandleRef | swigCPtr |