TabControl.AutoSize Property | |
A logical value which lets the tab control automatically resize itself to accommodate the size of largest tab page. The default is FALSE.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AutoSize AS USUAL GET SET
public virtual Usual AutoSize { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value which lets the tab control automatically resize itself to accommodate the size of largest tab page. The default is FALSE.
See Also