Class QuickPanelClient
Definition
- Namespace:
- Tizen.NUI.WindowSystem.Shell
- Assembly:
- Tizen.NUI.WindowSystem.dll
- API Level:
- 8
Class for the Tizen quickpanel client.
C#Copypublic class QuickPanelClient : IDisposable
- Inheritance
-
QuickPanelClient
Constructors
View Source
QuickPanelClient(TizenShell, Window, QuickPanelClient.Types)
Creates a new Quickpanel Client handle.
Declaration
C#Copypublic QuickPanelClient(TizenShell tzShell, Window win, QuickPanelClient.Types type)
Parameters
Type | Name | Description |
---|---|---|
TizenShell | tzShell | The TizenShell instance. |
Window | win | The window to provide service of the quickpanel. |
QuickPanelClient.Types | type | The type of quickpanel service. |
API Level: 8
Properties
Declaration
C#Copypublic Window.WindowOrientation Orientation { get; }
Property Value
Type | Description |
---|---|
Window.WindowOrientation | The orientation of the quickpanel service window. |
API Level: 8
Declaration
C#Copypublic QuickPanelClient.ScrollableState Scrollable { get; set; }
Property Value
Type | Description |
---|---|
QuickPanelClient.ScrollableState | The scrollable state of the quickpanel service window. |
API Level: 8
Declaration
C#Copypublic QuickPanelClient.VisibleState Visible { get; }
Property Value
Type | Description |
---|---|
QuickPanelClient.VisibleState | The visible state of the quickpanel service window. |
API Level: 8
Methods
Declaration
C#Copypublic void Dispose()
API Level: 8
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Declaration
C#Copyprotected void Finalize()
API Level: 8
Declaration
C#Copypublic void Hide()
API Level: 8
Declaration
C#Copypublic void Show()
API Level: 8
Events
View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
Declaration
C#Copypublic event EventHandler<Window.WindowOrientation> OrientationChanged
Event Type
Type | Description |
---|---|
EventHandler<Window.WindowOrientation> |
API Level: 8
View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
Declaration
C#Copypublic event EventHandler<QuickPanelClient.VisibleState> VisibleChanged
Event Type
Type | Description |
---|---|
EventHandler<QuickPanelClient.VisibleState> |