Class QuickPanelClient
Definition
- Assembly:
- Tizen.NUI.WindowSystem.dll
Class for the Tizen quickpanel client.
public class QuickPanelClient : IDisposable
- Inheritance
-
objectQuick
Panel Client
- Implements
-
System.
IDisposable
Constructors
View SourceQuickPanelClient(TizenShell, Window, Types)
Creates a new Quickpanel Client handle.
Declaration
public QuickPanelClient(TizenShell tzShell, Window win, QuickPanelClient.Types type)
Parameters
Type | Name | Description |
---|---|---|
Tizen |
tzShell | The TizenShell instance. |
Window | win | The window to provide service of the quickpanel. |
Quick |
type | The type of quickpanel service. |
Exceptions
Type | Condition |
---|---|
Out |
Thrown when the memory is not enough to allocate. |
System. |
Thrown when failed of invalid argument. |
System. |
Thrown when a argument is null. |
Properties
View SourceOrientation
Gets the current orientation of the quickpanel service window.
Declaration
public Window.WindowOrientation Orientation { get; }
Property Value
Type | Description |
---|---|
Window.Window |
The orientation of the quickpanel service window. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when failed of invalid argument. |
System. |
Thrown when failed because of an invalid operation or no service. |
Scrollable
Gets or sets the window's scrollable state of the quickpanel service window.
Declaration
public QuickPanelClient.ScrollableState Scrollable { get; set; }
Property Value
Type | Description |
---|---|
Quick |
The scrollable state of the quickpanel service window. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when failed of invalid argument. |
System. |
Thrown when failed because of an invalid operation or no service. |
Visible
Gets the visible state of the quickpanel.
Declaration
public QuickPanelClient.VisibleState Visible { get; }
Property Value
Type | Description |
---|---|
Quick |
The visible state of the quickpanel service window. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when failed of invalid argument. |
System. |
Thrown when failed because of an invalid operation or no service. |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Exceptions
Type | Condition |
---|---|
System. |
Thrown when private memeber is a corrupted. |
Dispose(DisposeTypes)
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
Dispose |
type |
~QuickPanelClient()
Destructor.
Declaration
protected ~QuickPanelClient()
Hide()
Hides the quickpanel service window.
Declaration
public void Hide()
Exceptions
Type | Condition |
---|---|
System. |
Thrown when failed of invalid argument. |
System. |
Thrown when failed because of an invalid operation or no service. |
Show()
Shows the quickpanel service window if it is currently scrollable.
Declaration
public void Show()
Exceptions
Type | Condition |
---|---|
System. |
Thrown when failed of invalid argument. |
System. |
Thrown when failed because of an invalid operation or no service. |
Events
View SourceOrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
Declaration
public event EventHandler<Window.WindowOrientation> OrientationChanged
Event Type
Type | Description |
---|---|
System. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when failed of invalid argument. |
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
Declaration
public event EventHandler<QuickPanelClient.VisibleState> VisibleChanged
Event Type
Type | Description |
---|---|
System. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when failed of invalid argument. |