Class SoftkeyService

Definition

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

Class for the Tizen softkey service.

C#
Copy
public class SoftkeyService : IDisposable
Inheritance
SoftkeyService

Constructors

View Source

SoftkeyService(TizenShell, Window)

Creates a new Softkey Service handle.

Declaration
C#
Copy
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
C#
Copy
public void Dispose()
View Source

Dispose(DisposeTypes)

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

Finalize()

Destructor.

Declaration
C#
Copy
protected void Finalize()
View Source

Hide()

Requests to hide the softkey service window.

Declaration
C#
Copy
public void Hide()
View Source

Show()

Requests to show the softkey service window.

Declaration
C#
Copy
public void Show()

Events

View Source

ExpandChanged

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

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
public event EventHandler<SoftkeyVisibleState> VisibleChanged
Event Type
Type Description
EventHandler<SoftkeyVisibleState>

Extension Methods