| GetSelectedToolName() as string | |
| Returns the name of the selected tool. | |
| GetSelectedToolNum() as integer | |
| Returns the selected tool number. (tool numbers start at 0 and go left to right, top to bottom) | |
| SetImages(theUnselectedImage as Picture, theSelectedImage as Picture) | |
| Sets the images to be used for the palette. | |
| SetToolName(theToolNumber as integer, theName as string) | |
| Sets the name of a tool. theToolNumber is the tool number of which to set the name theName is the name to set (tool numbers start at 0 and go left to right, top to bottom) | |
| Open() | |
| (To allow subclasses/instances access to the open event) | |
| ToolChanged(theToolNum as integer) | |
| This event fires when a new tool has been selected. theToolNum will be set to the number of the tool that was selected. (tool numbers start at 0 and go left to right, top to bottom) | |