RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutline.PictureClosed Property

Specifies the bitmap used to represent a collapsed node that has subitems.

Pascal
property PictureClosed: TBitmap;
C++
__property TBitmap PictureClosed;

By default, PictureClosed is a closed file folder bitmap. Set PictureClosed to change the bitmap used for collapsed nodes.

Note: The bitmap is not displayed in the outline unless the OutlineStyle property is set to osPictureText, osPlusMinusPictureText, or osTreePictureText.
 

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