Table of Contents

Method SetToolName

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetToolName(int, string?)

Sets name of the specified tool.

public void SetToolName(int toolId, string? name)

Parameters

toolId int

ID of a previously added tool.

name string

Name of the tool

Remarks

Name of the tool can be used for the debug or other purposes.