RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanel.CollapsedPressedImageIndex 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 the header. .

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

Set CollapsedPressedImageIndex to associate the cheveron 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 while 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!