Since the 2011 version it is possible to also style the form with the appstyler. I just don't seem to be able to find any proper documentation on how to change certain properties. Does anybody know how to:
Or even better: some documentation on how to do this? (If I search for example for UltraFormCaptionArea I don't really find anything useful that tells me what can be styles with this)
Would be great if someone could point me in the right direction.
Hello,
I will be happy to assist you with your questions.
Below you will find the answers to your questions in order:
To help illustrate my explanation, I have attached two images into this forum.
Please let me know if you have further questions regarding this matter.
Hi Jose,
My question about any useful documentation you did not answer so I guess there is none?
Thanks so far for the help.
- Erik
Hello Abdus,
Thank you for contacting Infragistics.
Which link are you referring to?
please give me the link
Ah! I've been searching for this for more than a year now :)
Thank you! This worked :)
Hi,
There is no way to do this in code, only via AppStylist.
To change the border color, use the ToolbarFormBorder UI Role.
Our forms that use UltraToolbarManager have allready those conditions.
IsGlassSupporter is set to False, and FormDisplayStyle is RoundedSizeable. (these are our standard settings on forms).
Still, I cannot find where to alter the form border in the designer og in properties of the toolbar.
Also, durring runtime, using AppStylistRuntime control, after changeing the UltraFormCaptionArea or UltraFormBorder, nothing happens... (and btw, it indicates that these properties are ONLY used by UltraFormManager)
When changing the "RibbonCaptionArea" background color, it worked. But only the caption area, NOT the border. See picture below .I have also added a test solution so that you can see it for yourself. http://dl.dropbox.com/u/33168380/FormBorders.zip