RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanel.ExpandedPressedImageIndex Property

Determines which image is displayed as the chevron when the category panel is collapsed and the left mouse button is pressed while the mouse hovers over the header.

Pascal
property ExpandedPressedImageIndex: TImageIndex;
C++
__property TImageIndex ExpandedPressedImageIndex;

Set CollapsedPressedImageIndex to associate the chevron with one of the images in the Images property of the parent CateogryPanelGroup. The selected image will be displayed when the category panel is in the collapsed state and the left mouse button is pressed while the mouse hovers over the header.  

This property has no effect if the HeaderStyle property of the parent panel group is set to hsThemed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!