 | GuiMakeButtonText Method (String, String, String, String, String, Boolean) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string MakeButtonText(
string name,
string selectedValue,
string pictureName,
string text,
string pictureText,
bool includeTextScript = false
)
Public Shared Function MakeButtonText (
name As String,
selectedValue As String,
pictureName As String,
text As String,
pictureText As String,
Optional includeTextScript As Boolean = false
) As String
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