Vcl.ComCtrls.TTreeNode.ExpandedImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExpandedImageIndex: TImageIndex read FExpandedImageIndex write SetExpandedImageIndex;

C++

__property System::Uitypes::TImageIndex ExpandedImageIndex = {read=FExpandedImageIndex, write=SetExpandedImageIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Image index when item is expanded.

ExpandedImageIndex is the index of an image to be displayed when an item is expanded.

See Also