This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > ISelectionPalette Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that define a palette of selection choices.
Description | ||
---|---|---|
Category | The category the palette belongs to. | |
Enabled | Indicates if the palette is enabled. | |
ItemCount | The number of items in the palette. | |
LastSelected | The index of the item in the palette that was last selected. | |
MoreButtonCount | The number of more buttons in the palette. | |
Name | The name of the palette. This will show in the title bar. | |
NumColumns | The number of columns in this palette. | |
NumRows | The number of rows in this palette. | |
OnClick | Occurs when the user selects an item the palette. | |
OnCreate | Gives the palette a hook into the application. | |
QueryItem | The bitmap and tooltip for the given item. | |
QueryMoreButton | The tooltip and text for the given more button. | |
ShortCutKey | The shortcut key to show this palette. |