TCnButtonBase.UseVisualStyleBackColor Property
Gets or sets a value that determines if the background is drawn using visual styles, if supported.
published property UseVisualStyleBackColor: Boolean read GetUseVisualStyleBackColor write SetUseVisualStyleBackColor default True;
Property Value
Type: Boolean
true if the background is drawn using visual styles; otherwise, false.
Visual styles are specifications for the appearance of controls. For example, visual styles can define the color, size, and font of controls, and they enable you to configure the visual interface to coordinate with your application interface. Additionally, they provide a mechanism for all Windows-based applications to have visual styles applied.