Vcl.ExtCtrls.TLinkLabel.UseVisualStyle

From RAD Studio API Documentation

Delphi

property UseVisualStyle: Boolean read FUseVisualStyle write SetUseVisualStyle default 0;

C++

__property UseVisualStyle = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TLinkLabel

Description

Indicates whether the link label can use visual styles. {{#multireplace:Vcl.ExtCtrls.TLinkLabel.UseVisualStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomLinkLabel.UseVisualStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomLinkLabel.UseVisualStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Indicates whether the link label can use visual styles.

UseVisualStyle specifies whether the link label supports visual styles. The default value of the UseVisualStyle property is False.

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

See Also