 | GuiHelpIconButton Method (String, String, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute]
public static string HelpIconButton(
string title,
string keyword,
string dotNetKeyword,
string iconLocation
)
<ObsoleteAttribute>
Public Shared Function HelpIconButton (
title As String,
keyword As String,
dotNetKeyword As String,
iconLocation As String
) As String
Parameters
- title
- Type: SystemString
- keyword
- Type: SystemString
- dotNetKeyword
- Type: SystemString
- iconLocation
- Type: SystemString
Return Value
Type:
String
See Also