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