ImageEn, unit iexColorButton

TIEColorButton.FrameColor

TIEColorButton.FrameColor


Declaration

property FrameColor: TColor;


Description

Specifies the outline of the button.
Use clNone to have a borderless button.

Note: If a standard color, such as cl3DDkShadow is used, it may be overridden by VCL theming colors. Set EnableTheming to false to prevent this

Default: cl3DDkShadow


Examples

IEColorButton1.FrameColor := clBlack;