Vcl.Samples.Spin.TSpinButton.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.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinButton

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.

Note: If you use custom glyphs and you want to draw custom images with styles you must disable seClient.

See Also