Click or drag to resize

GuiButtonText Method (String, String, String, String, String, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use MakeButtonText instead.")]
public static string ButtonText(
	string name,
	string selected,
	string picture,
	string text,
	string strPictureText,
	bool buttonTextScript = false
)

Parameters

name
Type: SystemString
selected
Type: SystemString
picture
Type: SystemString
text
Type: SystemString
strPictureText
Type: SystemString
buttonTextScript (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also