CtlPanel.TAppletModule.AppletIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AppletIcon: TIcon read FAppletIcon write SetAppletIcon;

C++

__property Vcl::Graphics::TIcon* AppletIcon = {read=FAppletIcon, write=SetAppletIcon};

Properties

Type Visibility Source Unit Parent
property published
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletModule

Description

Indicates the icon for the AppletModule.

AppletIcon contains the icon that is associated with this Applet Module.

See Also