Skip to main content

TdxBarCustomButton.PaintStyleChanged Method

This method is called in response to changes made to the PaintStyle property.

Declaration

procedure PaintStyleChanged; override;

Remarks

This procedure is used internally to call the PaintStyleChanged method of every linked item control to reflect the changes. Descendants can override the procedure to perform additional processing when changing the PaintStyle property.

See Also