Vcl.ComCtrls.TTreeView.StateImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StateImages: TCustomImageList read FStateImages write SetStateImages;

C++

__property StateImages;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

Determines which image list to use for state images.

Vcl.ComCtrls.TTreeView.StateImages inherits from Vcl.ComCtrls.TCustomTreeView.StateImages. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.StateImages.

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