Vcl.ExtCtrls.TButtonedEdit.StyleElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleElements;

C++

__property StyleElements = {default=7};

Properties

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

Description

Specifies the style elements that are used by the control.

Vcl.ExtCtrls.TButtonedEdit.StyleElements inherits from Vcl.Controls.TControl.StyleElements. All content below this line refers to Vcl.Controls.TControl.StyleElements.

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