Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - How to display tip/hint section when
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to display tip/hint section when

 Post Reply Post Reply
Author
Message
riki View Drop Down
Newbie
Newbie


Joined: 27 May 2006
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote riki Quote  Post ReplyReply Direct Link To This Post Topic: How to display tip/hint section when
    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.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.