Vcl.ExtCtrls.TEditButton.DisabledImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledImageIndex: TImageIndex read FDisabledImageIndex write SetDisabledImageIndex default -1;

C++

__property System::Uitypes::TImageIndex DisabledImageIndex = {read=FDisabledImageIndex, write=SetDisabledImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

Determines which image is displayed when the button is diabled.

Set DisabledImageIndex to associate the button with one of the images in the Images property of the parent buttoned edit control. The selected image will be displayed when the button is in the disabled state.

See Also

Code Examples