Table of Contents

Method SetToolShortHelp

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetToolShortHelp(int, string)

Sets the short help for the given tool.

public void SetToolShortHelp(int toolId, string helpString)

Parameters

toolId int

ID of a previously added tool.

helpString string

The string for the short help.

Remarks

An application might use short help for identifying the tool purpose in a tooltip.