Class SoftkeyService

    Definition

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

    Class for the Tizen softkey service.

    public class SoftkeyService : IDisposable
    Inheritance
    object
    SoftkeyService

    Constructors

    View Source

    SoftkeyService(TizenShell, IWindowProvider)

    Creates a new Softkey Service handle.

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

    The TizenShell instance.

    IWindowProvider win

    The window provider for the quickpanel service.

    View Source

    SoftkeyService(TizenShell, Window)

    Creates a new Softkey Service handle.

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

    The TizenShell instance.

    Window win

    The window to provide service of the quickpanel.

    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

    ~SoftkeyService()

    Destructor.

    Declaration
    protected ~SoftkeyService()
    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()

    Events

    View Source

    ExpandChanged

    Emits the event when the expand state of the softkey service window is changed.

    Declaration
    public event EventHandler<SoftkeyExpandState> ExpandChanged
    Event Type
    Type Description
    EventHandler<><SoftkeyExpandState>
    View Source

    OpacityChanged

    Emits the event when the opacity state of the softkey service window is changed.

    Declaration
    public event EventHandler<SoftkeyOpacityState> OpacityChanged
    Event Type
    Type Description
    EventHandler<><SoftkeyOpacityState>
    View Source

    VisibleChanged

    Emits the event when the visible state of the softkey service window is changed.

    Declaration
    public event EventHandler<SoftkeyVisibleState> VisibleChanged
    Event Type
    Type Description
    EventHandler<><SoftkeyVisibleState>

    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