TextBox.ImageMouseUp

Syntax

ImageMouseUp: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event is fired.

Description

The ImageMouseUp event is fired on releasing the left mouse button when the cursor is positioned in the area of the text box image.

Example

The example of use is given in the page with description of the TextBox.Blur event.

See also:

TextBox