Vcl.ExtCtrls.TLinkLabel.UseVisualStyle

From RAD Studio API Documentation
Jump to: navigation, search

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.

Vcl.ExtCtrls.TLinkLabel.UseVisualStyle inherits from Vcl.ExtCtrls.TCustomLinkLabel.UseVisualStyle. All content below this line refers to Vcl.ExtCtrls.TCustomLinkLabel.UseVisualStyle.

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