Version

TBSeparator Class

Separators provide visual separation between horizontally-arranged items within the UltraWebToolbar element.
Syntax
'Declaration
 
Public Class TBSeparator 
   Inherits TBObject
   Implements IKeyedObject 
public class TBSeparator : TBObject, IKeyedObject  
Remarks

Ordinarily, a plain vertical bar is rendered as the separator, however applications may specify the use of their own Image.

Developers may assign a Width to control the degree of horizontal spacing provided (setting a Width is frequently a requirement when an Image is specified) in user agents that support CSS styles.

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