Class KVMService

Definition

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

Class for the Tizen KVM service.

C#
Copy
public class KVMService : IDisposable
Inheritance
KVMService

Constructors

View Source

KVMService(TizenShell, Window)

Creates a new KVM Service handle.

Declaration
C#
Copy
public KVMService(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

CancelDrag()

Requests to cancel current drag.

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

PerformDrop()

Requests to perform drop to KVM window.

Declaration
C#
Copy
public void PerformDrop()
View Source

ReceiveDragData(String)

Requests to receive the current drag data. the drag data will be received by the DragEvent of the window.

Declaration
C#
Copy
public void ReceiveDragData(string mimeType)
Parameters
Type Name Description
String mimeType
View Source

SetSecondarySelction()

Requests to set KVM window as secondary selection window. The request name has typo and will remove soon. Please use SetSecondarySelection.

Declaration
C#
Copy
public void SetSecondarySelction()
View Source

SetSecondarySelection()

Requests to set KVM window as secondary selection window.

Declaration
C#
Copy
public void SetSecondarySelection()
View Source

UnsetSecondarySelction()

Requests to unset secondary selection window of KVM window. The request name has typo and will remove soon. Please use UnsetSecondarySelection.

Declaration
C#
Copy
public void UnsetSecondarySelction()
View Source

UnsetSecondarySelection()

Requests to unset secondary selection window of KVM window.

Declaration
C#
Copy
public void UnsetSecondarySelection()

Events

View Source

DragEnded

Emits the event when the drag ended on any window except KVM window.

Declaration
C#
Copy
public event EventHandler DragEnded
Event Type
Type Description
EventHandler
View Source

DragStarted

Emits the event when the drag started from any window.

Declaration
C#
Copy
public event EventHandler DragStarted
Event Type
Type Description
EventHandler

Extension Methods