tabsOverflow Property
Gets sets option to reduce sizes of tabs when their overall size does not fit in size of control. Integer value of 1 means that size of tabs can be reduced to keep them in bounds of control. Value of 0 means that size of tabs is preserved and size of control can be larger than value set on server. Possible values: 0 or 1
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_tabsOverflow() : Integer
function set_tabsOverflow(value : Integer) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.get_tabsOverflow(); |