I wanted to pick the office2007 for the displaystyle of the ultrabutton, but can't -- the property doesn't exist.
Same thing for the calendar control. Why is this? What do I need to do to get to the office 2007 style...
Thanks -- I know the least about appstylist... I should probably learn a little!! Thank youa gain!
An ISL is the saved style library that is created from AppStylist. I'm not sure where these are placed in when the product is installed, but I know that there are a few that you can load into your application (or AppStylist) to evaluate, such as "Office2007Blue.isl", "Office2007Black.isl", and "Office2007Silver.isl".
You can load it in your application with:
Infragistics.Win.AppStyling.StyleManager.Load(<path>);
-Matt
Okay found the buttonstyle property -- I would still like to know aobut ISL.
However, Buttonstyle will probably give me what I need!
Yikes -- what is an ISL?
How do I change the button style -- I did not see such a property.
You could take a look at the Office2007RibbonButton or Office2007ScrollbarButton ButtonStyles for the UltraButton to see if those suit your fancy. Otherwise, I'd recommend taking a look at once of the Office2007 ISLs that ship with the product, since these apply an Office2007 style to the controls that do not have a ViewStyle.