Indicates whether Hold events should fire.
public bool EnableHold { get; set; }
Public Property EnableHold() As Boolean
Get
Set
public:
property bool EnableHold
{
bool get()
void set(bool value)
}
true if Hold events should fire; otherwise, it is false. Default value is false.
If the value of EnableHold is true, then the service will fire the Hold event if the user clicks and holds the mouse or presses and holds without moving for specific amount of time specified by the HoldDelay property. The Hold event is used usually on touch devices to show a context menu.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET