Class WebContextMenuItem

    Definition

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

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

    public class WebContextMenuItem : Disposable
    Inheritance
    object
    Disposable
    WebContextMenuItem

    Properties

    View Source

    ImageUrl

    Gets the image URL of context menu item.

    Declaration
    public string ImageUrl { get; }
    Property Value
    Type Description
    string
    View Source

    IsEnabled

    Checks if the item is enabled or not.

    Declaration
    public bool IsEnabled { get; }
    Property Value
    Type Description
    bool
    View Source

    LinkUrl

    Gets the link URL of context menu item.

    Declaration
    public string LinkUrl { get; }
    Property Value
    Type Description
    string
    View Source

    ParentMenu

    Gets the parent menu for the item.

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

    Tag

    Gets the tag of context menu item.

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

    Title

    Gets the title of the item.

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string
    View Source

    Type

    Gets the type of context menu item.

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

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX