Markup in PropertySheet Tabs? [SOLVED] |
Post Reply |
Author | |
Marco1
Senior Member Joined: 16 January 2004 Location: Germany Status: Offline Points: 251 |
Post Options
Thanks(0)
Posted: 01 February 2011 at 6:39am |
Is there a way to get markup support in PropertySheet tabs e.g. to colorize text?
In the moment text can set bold in a tab - but this isn't so helpful. Marco |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
If you use our CXTPPropertySheet than yes. return pointer to TabNavigator and Enable its markup and set item text.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Marco1
Senior Member Joined: 16 January 2004 Location: Germany Status: Offline Points: 251 |
Post Options
Thanks(0)
|
Oleg, THANX!
I missed out that the navigator class is of CXTPPropertyPageTabNavigator, so a cast is necessary. PageNavigator doesn't have "EnableMarkup". ((CXTPPropertyPageTabNavigator*)GetNavigator())->EnableMarkup() does the trick. Cool. |
|
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 |