Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
isCloseButton Method
Returns true if it is event over close button in tab item.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function isCloseButton() : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfTabMouseEventArgs.isCloseButton(); |
Return Value
True: event is over close button.