![]() |
Rectangle button like PAINT of Windows7 ? |
Post Reply
|
| Author | |
Shinonome
Groupie
Joined: 18 July 2008 Status: Offline Points: 78 |
Post Options
Thanks(0)
Quote Reply
Topic: Rectangle button like PAINT of Windows7 ?Posted: 21 January 2010 at 1:30am |
|
Hi.
I try to make the application using the ribbon. What should I do to change the round large button on the left-top to square button like PAINT of Windows7 ? Thankyou. |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 January 2010 at 9:12am |
|
Set the style of the button to xtpButtonCaption.
CXTPRibbonBar* pRibbonBar = (CXTPRibbonBar*)GetCommandBars()->GetMenuBar(); pRibbonBar->GetSystemButton()->SetStyle(xtpButtonCaption); |
|
![]() |
|
Shinonome
Groupie
Joined: 18 July 2008 Status: Offline Points: 78 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 January 2010 at 9:35pm |
|
It was change without trouble.
Thankyou !! |
|
![]() |
|
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 |