TextBox.ImageMouseOver

Syntax

ImageMouseOver: function(sender, args);

Parameters

sender. Event source.

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

Description

The ImageMouseOverevent occurs after hovering the mouse cursor over the background image of the text field.

Example

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

See also:

TextBox