Vcl.Outline.TCustomOutline.PictureOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PictureOpen: TBitmap index 2 read GetPicture write SetPicture stored StoreBitmap;

C++

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

Properties

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

Description

Specifies the bitmap used to represent an expanded item that has subitems.

By default, the PictureOpen property is an open file folder. Set PictureOpen to change the bitmap used for expanded nodes.

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

See Also