Hello,
I got a little problem with the ultrabutton and AppStylist.
I've set the "Appearance\ImageBackground" property but when I'm applying a style with StyleManager.Load, this image disapear with some themes (like Office2007).
Is it possible ton conserve the background image ?
Thx !!
Oh, and one more...
Or, you could use Image instead of ImageBackground and you image will show up on top.
Or, you could remove the ImageBackground from the Isl itself.
Or, you could use the StyleSetName or StyleLibraryName on the Button to apply a different style to the buttons you want.
Of, you could set UseAppStyling to false on the button to prevent it from picking up any AppStyling.
The Office2007 ISL files that ship with NetAdvantage apply the appearance through the BackgroundImage property, so it's likely overwriting the image that you're assigning. If you want your appearances to take precedence, you would need to set the ResolutionOrder on the ComponentRole (press 'C' when hovering over an UltraButton in AppStylist) and set it to ControlThenApplication.
-Matt