How to put a DevExpress extended component (RibbonPageGroup) on the toolbox for WinForms -


i have extended devexpress component (not control), ribbonpagegroup, used around application. see in toolbox in vs2010 designer "it won't appear" here. assume has inheritance hierarchy of extended component. doesn't derive control.

am going wrong way extending type extends component. or can make possible appear on toolbox , drag , drop on ribboncontrols.

any answer appreciated. tia, joep.

answer devexpress:


[toolboxitem(true), designtimevisible(true)] public class myribbonpagegroup : ribbonpagegroup {... 

however, should mention not visual component, when being placed onto form, appear @ bottom of screen other non-visual components.


it surprises me it's not visual component. when add pagegroup via ribbonpage "accelerator" pop-menu new pagegroup appears. intention create custom pagegroup print , printpreview button public layoutcontrol (which available / settable in designer). because use combination of print(preview) on many forms create thought idea encapsulate functionality custom "control"...which drop on ribbonpages everywhere....

and it's true component appears @ bottom of page. "cling" onto pagegroup design-time.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -