Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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