TextBox.ImageMouseOut

Syntax

ImageMouseOut: function(sender, args);

Parameters

sender. Event source.

args. Event information. Arguments: Event - information about occurred event; Element - HTML item out of which the mouse cursor is,  Break - attribute of event cancellation (if value is set to True, the event is canceled, otherwise is enabled).

Description

The ImageMouseOut event occurs after the mouse cursor is out of the background image of the text box.

Example

The example of property use is given in the page with description of the TextBox.IsHint property.

See also:

TextBox