Vcl.ComCtrls.TToolBar.DisabledImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledImages: TCustomImageList read FDisabledImages write SetDisabledImages;

C++

__property Vcl::Imglist::TCustomImageList* DisabledImages = {read=FDisabledImages, write=SetDisabledImages};

Properties

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

Description

Lists the images that can appear on disabled tool buttons.

DisabledImages contains a list of images that can appear on tool buttons when they are disabled. Each tool button's ImageIndex property determines the specific image displayed on it. If DisabledImages is unassigned, disabled tool buttons display grayed versions of their regular images (specified by the Images property).

See Also