Vcl.StdCtrls.TButton.DisabledImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property DisabledImageIndex = {default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Image index for disabled button state.

Vcl.StdCtrls.TButton.DisabledImageIndex inherits from Vcl.StdCtrls.TCustomButton.DisabledImageIndex. All content below this line refers to Vcl.StdCtrls.TCustomButton.DisabledImageIndex.

Image index for disabled button state.

DisabledImageIndex is an image index into the Images property for the disabled button state. If the index value is -1, the same image is used as in the normal button state.

This is available only for Windows XP, Vista, Windows 7, or later Windows operating systems.

See Also