 | GuiMakeButton Method |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string MakeButton(
string name,
string onclick,
int width,
bool isDisabled = false
)
Public Shared Function MakeButton (
name As String,
onclick As String,
width As Integer,
Optional isDisabled As Boolean = false
) As String
Parameters
- name
- Type: SystemString
- onclick
- Type: SystemString
- width
- Type: SystemInt32
- isDisabled (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also