Version

VisitObjects Method (ToolBarRendererBase)

Implements the Visitor pattern by requesting all Toolbar items render.
Syntax
'Declaration
 
Public Overrides Sub VisitObjects( _
   ByVal output As HtmlTextWriter _
) 
public override void VisitObjects( 
   HtmlTextWriter output
)

Parameters

output
An HtmlTextWriter into which HTML gets rendered that represents the UltraWebToolbar and one or more cells of Toolbar items (such as buttons, labels, separators, etc.)
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