Class SoftkeyClient

Definition

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

Class for the Tizen softkey client.

C#
Copy
public class SoftkeyClient : IDisposable
Inheritance
SoftkeyClient

Constructors

View Source

SoftkeyClient(TizenShell, Window)

Creates a new Softkey Client handle.

Declaration
C#
Copy
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.

Privilege Level: public
Privilege: http://tizen.org/privilege/windowsystem.admin

Properties

View Source

Expand

Gets the expand state of a softkey service window.

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
public SoftkeyVisibleState Visible { get; }
Property Value
Type Description
SoftkeyVisibleState

The visible state of the softkey service window.

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()

Extension Methods