Vcl.ExtCtrls.TCustomLinkLabel.UseThemes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseThemes: Boolean; virtual;

C++

virtual bool __fastcall UseThemes();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLinkLabel

Description

Determines whether the application containing the link label supports themes.

The UseThemes method returns True if the application has themes enabled, or False otherwise. You can select or deselect "Enable runtime themes" on the Project > Options > Application page.

Note: This is available for Windows Vista, Windows 7, or later Windows operating systems only.

See Also