Hi
I am using ultra toolbar which contains a popupmenu item having various Listtool items. Now I want to apply stylleset to ListTool item. Which is exact tag for setting styles of ListTool. I am not able find it
Thanks
Narinder
Hi Narinder,
I'm not sure if there is a role specific to the ListToolItems. But you can find out very easily what roles are supported by any object using the AppStylistRuntime.This component provides you with an easy way to style your actual application at run-time, just in case AppStylist doesn't have a canvas with the features you need.
Just place the AppStylistRuntime component on your form and call the ShowRuntimeApplicationStylingEditor method. You can then mouse over objects in your application and you will get the same RoleTips you get inside AppStylist.
The AppStyilstRunTime uses quite a few of the Infragistics controls, so this may add some references to your application. If you don't want to do that, you could just as easily put a toolbar on a form in a new project and add a ListTool to it and then use the AppStylist run-time in that test app.