 | GuiGroupBoxStart Method (String, String, String, Boolean) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string GroupBoxStart(
string title,
string onclick,
string onMouseOver,
bool useOnEvents
)
Public Shared Function GroupBoxStart (
title As String,
onclick As String,
onMouseOver As String,
useOnEvents As Boolean
) As String
Parameters
- title
- Type: SystemString
- onclick
- Type: SystemString
- onMouseOver
- Type: SystemString
- useOnEvents
- Type: SystemBoolean
Return Value
Type:
String
See Also