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.
Subject |
Author |
Date |
|
tera t
|
Feb 17, 2008 - 7:27 PM
|
Dear Support
Please teach these orders.
m_wndRibbonBar.UpdateAllCommandItems(); m_wndRibbonBar._RecalcPositionsImpl(); m_wndRibbonBar.Ribbon_OnRecalcLayout();
|
|
Technical Support
|
Feb 19, 2008 - 2:59 AM
|
We think the following option is better: m_wndRibbonBar.UpdateAllCommandItems();
m_wndRibbonBar.Ribbon_UpdateLayout()
|
|