 | GuiHelpButtonHtml Method (String, String, Int32) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute]
public static string HelpButtonHtml(
string keyword,
string dotNetKeyword,
int width = 0
)
<ObsoleteAttribute>
Public Shared Function HelpButtonHtml (
keyword As String,
dotNetKeyword As String,
Optional width As Integer = 0
) As String
Parameters
- keyword
- Type: SystemString
- dotNetKeyword
- Type: SystemString
- width (Optional)
- Type: SystemInt32
Return Value
Type:
String
See Also