Class SoftkeyClient

    Definition

    Namespace:
    Tizen.NUI.WindowSystem.Shell
    Assembly:
    Tizen.NUI.WindowSystem.dll

    Class for the Tizen softkey client.

    public class SoftkeyClient : IDisposable
    Inheritance
    object
    SoftkeyClient

    Constructors

    View Source

    SoftkeyClient(TizenShell, IWindowProvider)

    Creates a new Softkey Client handle.

    Declaration
    public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
    Parameters
    Type Name Description
    TizenShell tzShell

    The TizenShell instance.

    IWindowProvider win

    The window provider for the quickpanel service.

    View Source

    SoftkeyClient(TizenShell, Window)

    Creates a new Softkey Client handle.

    Declaration
    public SoftkeyClient(TizenShell tzShell, Window win)
    Parameters
    Type Name Description
    TizenShell tzShell

    The TizenShell instance.

    Window win

    The window to provide service of the quickpanel.

    Properties

    View Source

    Expand

    Gets the expand state of a softkey service window.

    Declaration
    public SoftkeyExpandState Expand { get; set; }
    Property Value
    Type Description
    SoftkeyExpandState

    The expand state of the softkey service window.

    View Source

    Opacity

    Gets the opacity state of a softkey service window.

    Declaration
    public SoftkeyOpacityState Opacity { get; set; }
    Property Value
    Type Description
    SoftkeyOpacityState

    The opacity state of the softkey service window.

    View Source

    Visible

    Gets the visible state of a softkey service window.

    Declaration
    public SoftkeyVisibleState Visible { get; }
    Property Value
    Type Description
    SoftkeyVisibleState

    The visible state of the softkey service window.

    Methods

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Declaration
    protected virtual void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    View Source

    ~SoftkeyClient()

    Destructor.

    Declaration
    protected ~SoftkeyClient()
    View Source

    Hide()

    Requests to hide the softkey service window.

    Declaration
    public void Hide()
    View Source

    Show()

    Requests to show the softkey service window.

    Declaration
    public void Show()

    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