Click or drag to resize

GuiMakeButtonText Method (String, String, String, String, String, Boolean)

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static string MakeButtonText(
	string name,
	string selectedValue,
	string pictureName,
	string text,
	string pictureText,
	bool includeTextScript = false
)

Parameters

name
Type: SystemString
selectedValue
Type: SystemString
pictureName
Type: SystemString
text
Type: SystemString
pictureText
Type: SystemString
includeTextScript (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also