CPPanelItem
A type that provides the common behaviors for items you display in a section of a panel.
Declaration
class CPPanelItemOverview
The CPPanelItem type defines the default behaviors for content you display in a panel. You don’t create this type directly or use it to configure the contents of your panel. Instead, instantiate one of the defined subclasses based on the type of panel you’re configuring. For example, create CPMapPanelItem objects when configuring the content for a CPMapPanel type.