 | GuiButtonText Method (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,
bool buttonTextScript = false
)
<ObsoleteAttribute("Use MakeButtonText instead.")>
Public Shared Function ButtonText (
name As String,
selected As String,
picture As String,
text As String,
Optional buttonTextScript As Boolean = false
) As String
Parameters
- name
- Type: SystemString
- selected
- Type: SystemString
- picture
- Type: SystemString
- text
- Type: SystemString
- buttonTextScript (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also