This document is archived and information here might be outdated.  Recommended version.


ISelectionPalette Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > ISelectionPalette Interface
ArcGIS Developer Help

ISelectionPalette Interface

Provides access to members that define a palette of selection choices.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property Category The category the palette belongs to.
Read-only property Enabled Indicates if the palette is enabled.
Read-only property ItemCount The number of items in the palette.
Read/write property LastSelected The index of the item in the palette that was last selected.
Read-only property MoreButtonCount The number of more buttons in the palette.
Read-only property Name The name of the palette. This will show in the title bar.
Read/write property NumColumns The number of columns in this palette.
Read/write property NumRows The number of rows in this palette.
Method OnClick Occurs when the user selects an item the palette.
Method OnCreate Gives the palette a hook into the application.
Method QueryItem The bitmap and tooltip for the given item.
Method QueryMoreButton The tooltip and text for the given more button.
Read-only property ShortCutKey The shortcut key to show this palette.

Classes that implement ISelectionPalette

Classes Description