Hello,
I load an AppStyle when the application starts up. (Office2007Silver).
When I change any groupbox's border style to any of the header style while the appstyle is loaded, it has no effect.
When I start the app without loading an appstsyle, it works fine.
Is this by design?
Thanks,
You might have the ResolutionOrder of the ComponentRole of the groupbox set to ApplicationThenControl, which says that any properties that are set in the ISL will take precedence over anything set directly on the control. You can modify this in AppStylist by going to the Misc canvas, mousing over the GroupBox, pressing 'C', then changing the ResolutionOrder.
-Matt