Displays the Help topic using the specified
help file and, optionally, the topic.
| [Visual Basic .NET] |
|---|
Public Sub ShowHelp( _
ByVal HelpFileUri As String, _
ByVal Data As String, _
ByVal HelpDisplayType As AgEUiPluginHelpDisplayType _
)
|
| [C#] |
|---|
public void ShowHelp(
|
| [Managed C++] |
|---|
public: void ShowHelp(
|
| [Java] |
|---|
public showHelp(
|
| [Unmanaged C++] |
|---|
public: HRESULT ShowHelp(
|
- HelpFileUri
- Data
- HelpDisplayType
-
Member Value Description eUiPluginHelpTopic 0 Displays the help topic. eUiPluginHelpTOC 1 Displays the table of contents.