Vcl.Forms.TScreen.IconFont
Delphi
property IconFont: TFont read FIconFont write SetIconFont;
C++
__property Vcl::Graphics::TFont* IconFont = {read=FIconFont, write=SetIconFont};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScreen |
Description
Specifies the font used to display the labels on the icons in file selection dialogs.
IconFont stores the Windows icon font setting. This font is used to label the icons on the desktop, and icons in the file selection dialogs.