Vcl.Taskbar.TThumbBarButton.Icon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icon: TIcon read FIcon write SetIcon;

C++

__property Vcl::Graphics::TIcon* Icon = {read=FIcon, write=SetIcon};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TThumbBarButton

Description

TIcon image of the thumb button.

TIcon represents the graphical icon image of a thumb button.

See Also