Dynamicweb 8 Documentation
AlertMessageBox(String,String) Method

The translated text.
Width of the box.
Creates a nice formated alertbox (NOT Javascript)
Syntax
'Declaration
 
Public Overloads Shared Function AlertMessageBox( _ 
   ByVal translatedText As String, _ 
   ByVal boxWidth As String _ 
) As String
public static string AlertMessageBox( 
   string translatedText,
   string boxWidth 
)

Parameters

translatedText
The translated text.
boxWidth
Width of the box.
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

Gui Class
Gui Members
Overload List

Send Feedback