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