AddTool method
AddTool(text$, id, pictureid)
AddTool
The AddTool(Title, ID, PictureID) method adds an item to a persistent tool menu created by the AddToolMenu method. The ID argument should be a unique identifier for the item. The PictureID ENUM argument specifies one of KClient's built in stock pictures to associate with the item.
For an example using this method see the AddToolMenu method