As much as I like AC, I would like to have among my forms, a form which does not use any AC interference.
The form uses only standard controls and is used as form to print from using the DevExpress Printing system.
I added a SkinManager to the form and made SkinManager.Active := False. Then I added a SkinProvider, that refers to the local (inactive) SkinManager.
Although the form's background is now unskinned, a TLabel placed on the form is still skinned.
How can I disable all AC actions on a form and on the Print Preview form?