How to display tip/hint section when |
Post Reply |
Author | |
riki
Newbie Joined: 27 May 2006 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 27 May 2006 at 2:24pm |
How to display tip/hint section when PropertyGrid embedded within CXTExcelTabCtrl? I tried using: CXTPPropertyGridItem* pSettings = m_sheet6.AddCategory("Test"); CXTPPropertyGridItem* pItem = pSettings->AddChildItem( new CXTPPropertyGridItemNumber("R1",1000));pItem->SetDescription(_T( "The rate in milliseconds."));but it didn't work. The code displays properly inside a worksheet in CXTExcelTabCtrl, and there is section on the bottom for tips/hints, but nothing is displayed when the above item is selected. Any help is appreciated. |
|
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 |