RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutline.PicturePlus Property

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

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

By default, the PicturePlus property is a plus sign (+). Set PicturePlus to change the bitmap used for collapsed nodes.

Note: The bitmap will not be displayed in the outline unless the OutlineStyle property is set to osPlusMinusPictureText or osPlusMinusText.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!