This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolPalette Interface (ArcObjects .NET 10.4 SDK) |
Tool palette.
Tool palettes provide a compact way to group a related set of tools. The most recently used tool appears on the toolbar alongside a small drop-down button used to access other tools in the group. Like menus, tools that appear on tool palettes can come from built-in sources, add-in sources, or a combination of both.
Use this interface to define the properties of a custom tool palette.
To create a tool palette, you need to implement the ICommand inteface and the IToolPalette interface in your class code.
Description | ||
---|---|---|
MenuStyle | The menu style | |
PaletteColumns | The Number of Columns to display | |
PaletteItem | The CLSID for the item on this menu at the specified index. | |
PaletteItemCount | The number of items in this menu. | |
TearOff | The tearoff style |