Dynamicweb 8 Documentation
ShowBoxLayerStart(String,String,String,String,String,String,Boolean,Boolean) Method

Name of the id.
The header.
The icon.
Color of the fore.
Color of the back.
if set to true [show language chooser].
if set to true [hide lang selector].
Renders the eCommerce top toolbar with misc. functionallity an buttons.
Syntax
'Declaration
 
Public Overloads Shared Function ShowBoxLayerStart( _ 
   ByVal idName As String, _ 
   ByVal header As String, _ 
   ByVal icon As String, _ 
   ByVal menuHolder As String, _ 
   ByVal foreColor As String, _ 
   ByVal backColor As String, _ 
   Optional ByVal showLanguageChooser As Boolean, _ 
   Optional ByVal HideLangSelector As Boolean _ 
) As String
public static string ShowBoxLayerStart( 
   string idName,
   string header,
   string icon,
   string menuHolder,
   string foreColor,
   string backColor,
   bool showLanguageChooser,
   bool HideLangSelector 
)

Parameters

idName
Name of the id.
header
The header.
icon
The icon.
menuHolder
The menu holder.
foreColor
Color of the fore.
backColor
Color of the back.
showLanguageChooser
if set to true [show language chooser].
HideLangSelector
if set to true [hide lang selector].
Requirements

Target Platforms: 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

Reference

Functions Class
Functions Members
Overload List

Send Feedback