 | 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
)
<ObsoleteAttribute("Use MakeButton instead.")>
Public Shared Function Button (
btnName As String,
btnonclick As String,
btnWidth As Integer,
Optional blnDisabled As Boolean = false
) As String
Parameters
- btnName
- Type: SystemString
- btnonclick
- Type: SystemString
- btnWidth
- Type: SystemInt32
- blnDisabled (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also