Version

textOverflow Property

Gets sets option to add ... if text does not fit in tab item element. Integer value of 1 means that ... is used.Possible values: 0 or 1
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_textOverflow() : Integer
function set_textOverflow(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTab.get_textOverflow();
See Also