[SOLVED] Open Backstage Page Programmably |
Post Reply |
Author | |
cpede
Senior Member Joined: 13 August 2004 Location: Denmark Status: Offline Points: 668 |
Post Options
Thanks(0)
Posted: 30 September 2016 at 8:02am |
How do I open a specific backstage page programmably from code?
-cpede
|
|
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
|
cpede
Senior Member Joined: 13 August 2004 Location: Denmark Status: Offline Points: 668 |
Post Options
Thanks(0)
|
Really, is this not possible? Please find a solution, add this to one of the samples.
-cpede
|
|
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(1)
|
Hello cpede,
You can use algorithm from calls CXTPRibbonBackstageView::ShowBackstageView() Line 757 C++ > CXTPRibbonBackstageView::SetFocusedControl(CXTPControl * pFocusedControl) Line 246 C++ > CXTPRibbonBackstageView::SetActiveTab(CXTPRibbonBackstageTab * pTab) Line 188 C++ So for reproduce in RibbonSample we can modify OnViewShowHide method (checkBox in VIEW > Show > Ruler):
Regards, Oleksandr Lebed |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |