Version

TabSeparator Class

TabSeparator object represents a space between items in the Tab control.
Syntax
'Declaration
 
Public Class TabSeparator 
   Inherits TabItem
public class TabSeparator : TabItem 
Remarks

Notes:

  • The background and outter borders are not painted. However, if these properties are set within the Style.CustomRules, then they will have effect.
  • The TabSeparator does not have a mouse-over or selected styles
  • The subproperties of the TabItem.Style are merged with the UltraWebTab.DefaultTabSeparatorStyle.

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