Vcl.Outline.TCustomOutline.PictureClosed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PictureClosed: TBitmap index 3 read GetPicture write SetPicture stored StoreBitmap;

C++

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

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 node that has subitems.

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.

See Also