Vcl.Outline.TCustomOutline.PicturePlus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PicturePlus: TBitmap index 0 read GetPicture write SetPicture stored StoreBitmap;

C++

__property Vcl::Graphics::TBitmap* PicturePlus = {read=GetPicture, write=SetPicture, stored=StoreBitmap, index=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

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

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.

See Also