Vcl.Outline.TOutline.PictureClosed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property PictureClosed;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutline

Description

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

Vcl.Outline.TOutline.PictureClosed inherits from Vcl.Outline.TCustomOutline.PictureClosed. All content below this line refers to Vcl.Outline.TCustomOutline.PictureClosed.

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