Class SoftkeyClient
Definition
- Namespace:
- Tizen.NUI.WindowSystem.Shell
- Assembly:
- Tizen.NUI.WindowSystem.dll
Class for the Tizen softkey client.
C#Copypublic class SoftkeyClient : IDisposable
- Inheritance
-
SoftkeyClient
Constructors
Declaration
C#Copypublic 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
Declaration
C#Copypublic SoftkeyExpandState Expand { get; set; }
Property Value
Type | Description |
---|---|
SoftkeyExpandState | The expand state of the softkey service window. |
Declaration
C#Copypublic SoftkeyOpacityState Opacity { get; set; }
Property Value
Type | Description |
---|---|
SoftkeyOpacityState | The opacity state of the softkey service window. |
Declaration
C#Copypublic SoftkeyVisibleState Visible { get; }
Property Value
Type | Description |
---|---|
SoftkeyVisibleState | The visible state of the softkey service window. |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Declaration
C#Copyprotected void Finalize()
Declaration
C#Copypublic void Hide()
Declaration
C#Copypublic void Show()