ImageMouseOver: function(sender, args);
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).
The ImageMouseOverevent occurs after hovering the mouse cursor over the background image of the text field.
The example of property use is given in the page with description of the TextBox.IsHint property.
See also: