Click or drag to resize

GuiButton Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use MakeButton instead.")]
public static string Button(
	string btnName,
	string btnonclick,
	int btnWidth,
	bool blnDisabled = false
)

Parameters

btnName
Type: SystemString
btnonclick
Type: SystemString
btnWidth
Type: SystemInt32
blnDisabled (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also