Vcl.Controls.TControl.StyleElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleElements: TStyleElements read FStyleElements write SetStyleElements default [seFont, seClient, seBorder];

C++

__property TStyleElements StyleElements = {read=FStyleElements, write=SetStyleElements, default=7};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Specifies the style elements that are used by the control.

Use StyleElements to customize the style of the control. If a custom style is enabled, you can enable or disable style elements in the control.

StyleElements is a set of values that specify which elements of the current style are to be applied to this control. By default, all the elements of the style are enabled.

See Also