IClickable Interface

Description

Interface for objects that can be clicked.

Syntax

'Declaration
Public Class IClickable

Methods

Name Description
Click Clicks on the object.
DoubleClick Double-clicks a mouse button on the object.
MouseMove Moves the pointer to the specified location in the object. This method is not supported for mobile Web applications.
PressMouse Presses (but does not release) a mouse button in the object. This method is not supported for mobile Web applications.
ReleaseMouse Releases a mouse button. This method is not supported for mobile Web applications.