Vcl.ComCtrls.TCustomTreeView.StateImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StateImages: TCustomImageList read FStateImages write SetStateImages;

C++

__property Vcl::Imglist::TCustomImageList* StateImages = {read=FStateImages, write=SetStateImages};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Determines which image list to use for state images.

Use StateImages to provide a set of bitmaps that reflect the state of tree view nodes. The state image appears as an additional image to the left of the item's icon.

See Also