How to hide the CXTPRibbonBackstageView? |
Post Reply |
Author | |
roninda
Groupie Joined: 23 March 2011 Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 15 May 2011 at 11:41am |
I want to hide the CXTPRibbonBackstageView after a CXTPRibbonBackstageButton pressed?
How can i do this? use the ShowWindow(SW_HIDE) is no use at all. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
From sample:
void CBackstagePageInfo::OnStaticPreview() { CXTPRibbonBackstageView* pView = (CXTPRibbonBackstageView*)GetParent(); pView->OnCancel(); } |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
roninda
Groupie Joined: 23 March 2011 Status: Offline Points: 12 |
Post Options
Thanks(0)
|
....
i think the pView->OnOK() is same. |
|
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 |