Hi
When i am droping an object from another control to ribbon, how do u know.. where did i drop my object, i mean.. on which button/gallery and what is that name and all
i have tried like this
Point pt = new Point(e.X, e.Y);
if ((rbMosaique.GetChildAtPoint(pt) != null) &&
(rbM.GetChildAtPoint(pt).GetType() == typeof(Telerik.WinControls.UI.RadGalleryItem))
but it is always showing null
pelase help me
Advance thanks
Regards
Hema
When i am droping an object from another control to ribbon, how do u know.. where did i drop my object, i mean.. on which button/gallery and what is that name and all
i have tried like this
Point pt = new Point(e.X, e.Y);
if ((rbMosaique.GetChildAtPoint(pt) != null) &&
(rbM.GetChildAtPoint(pt).GetType() == typeof(Telerik.WinControls.UI.RadGalleryItem))
but it is always showing null
pelase help me
Advance thanks
Regards
Hema