Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getAddNewTabImg Method
Returns html element which is used as image on add-new-tab button.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getAddNewTabImg() : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.getAddNewTabImg(); |
Return Value
Reference to IMG or null.
See Also