Vcl.JumpList.TJumpListItem.Icon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icon: TFileName read FIcon write SetIcon;

C++

__property System::Sysutils::TFileName Icon = {read=FIcon, write=SetIcon};

Properties

Type Visibility Source Unit Parent
property published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListItem

Description

Path of an icon to show for your item on the jump list of your application along with the display name of your item.

See Also