Hi,
Is it somehow possible to hide the Add/Remove buttons in the screenshot below?
Regards, Henk Wagterveld
Hi Stefaniya,
Yes that helps! There is a property printPreviewDialog.ToolbarsManager which gives me the toolbarsmanager. This property appears not to exist, but it is available: http://community.infragistics.com/forums/t/21012.aspx.
Thanks, Henk
You could try to disallow the customizing of the toolbars:
ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
Let me know if this is what you have asked for.
Regards,
Stefaniya