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