Version

TextOverflow Property

Gets sets option to show ellipsis "...", if content of tab does not fit in its bounds.
Syntax
'Declaration
 
Public Property TextOverflow As TabTextOverflow
public TabTextOverflow TextOverflow {get; set;}
Remarks

Notes:

If value is set to Clip, then text is clipped by bounds of tab item and may run over possible close button and other elements.

If value is set to Ellipsis and orientation is vertical and text is built by line breaks, then "..." is not supported, however the length of text is reduced to fit it in client area.

If Text of tab item contains html tags (inner elements), then that property is not supported for those tab items.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also