Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Is it possible to have Customize control in Ribbonbar ? Collapse All
Subject Author Date
parikshit nangre Jun 1, 2008 - 11:19 PM

hello


this is parikshit, is it possible to have customize control in Ribbonbar?


we have our own control named ThunbControl which shows n no of  photographs ( eg .jpg files) on dialogbox in MDI Application


which gets loaded from DLL at run time. We want to implement this control in Ribbonbar.


Please let me know is it possible to do that and how?


If you need  our application for any doubts then we can mail you.


Regards,


Parikshit.

Technical Support Jun 3, 2008 - 4:27 AM

It’s possible to code a new ribbon button (the CExtRibbonButton-derived class or CExtBarButton-derived class) and a ribbon node class (the CExtRibbonNode-derived class) and use them in ribbon controls. The node class is needed for providing the ribbon control with your custom button object. The button class should implement your custom button including painting and behavior. For instance, there is a CExtRibbonNodeMdiRightButtons class that provides the ribbon bar with the CExtBarMdiRightButton button. The latter contains [_][O][X] buttons in the MDI environment.