Table of Contents

Method SetToolLongHelp

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetToolLongHelp(int, string)

Sets the long help for the given tool.

public void SetToolLongHelp(int toolId, string helpString)

Parameters

toolId int

ID of a previously added tool.

helpString string

A string for the long help.

Remarks

You might use the long help for displaying the tool purpose on the status line.