Table of Contents

Method SetToolTag

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetToolTag(int, object?)

Sets user data associated with the specified tool.

public void SetToolTag(int toolId, object? tag)

Parameters

toolId int

ID of a previously added tool.

tag object

User data.