HI
Does anyone know how or if there is a method of creating a shallow copy of a ribbon tab item ? (other than rolling my own)
Cheers
Andy
There is no such method within the xamRibbon assembly.
Hi Andrew
Please ignore my last post about reflection - I've just sorted it by using the instance - i.e:
PropertyInfo[] props = l_tab.GetType().GetProperties();
thanks