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 » How does CExtRibbonButtonToolGroup work? Collapse All
Subject Author Date
Roongrit Charoensupkul Jun 19, 2007 - 12:25 AM

Can someone explan a little bit more on how to use CExtRibbonButtonToolGroup? Can I add normal control (radio button or check box) to this class and let it shows controls in RibbonBar?

Technical Support Jun 19, 2007 - 11:34 AM

The CExtRibbonButtonToolGroup class serves a container node for other ribbon nodes and enables you to implement a toolbar-like layout. This layout is demonstrated in the Home | Font group in the RibbonBar sample. The ribbon node of the Home | Font group is of the CExtRibbonButtonToolGroup type rather than CExtRibbonButtonGroup. If a root group node is of the CExtRibbonButtonGroup type, all its buttons are organized in vertical columns. If a root group node is of the CExtRibbonButtonToolGroup type, then all its buttons are organized in horizontal rows.