Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - Put the button in CXTPPropertyGrid and Tab problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Put the button in CXTPPropertyGrid and Tab problem

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


Joined: 30 November 2007
Location: Korea, South
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Soya Quote  Post ReplyReply Direct Link To This Post Topic: Put the button in CXTPPropertyGrid and Tab problem
    Posted: 30 November 2007 at 8:32am

I have got two questions about CXTPPropertyGrid.

The Following code is work properly but the way is not what I exactly want to do in our application.

Sample Code : wndPropertyGrid.GetVerbs()->Add(_T("Shape Properties"), 1);

I want to implement just like the following picture to put the button instead of Verbs

I was trying to find the way to put the button in CXTProoertyGrid without any success.

It would be great if anyone could provide a function to implement like that.

Well, another question is also concerning CXTPPropertyGridItem.

I am wondering to have such a weird Tab behavior for CXTPPropertyGrid.

The user hits the tab key, and then the focus shall not be sent to the read only value or disabled value item.

But the tab focus goes through the entire property item, even though the read only value or disabled value item.

I thought if it is the read only value or disabled value item, it is not supposed to be focused.

Could anybody advise or suggest any solution to avoid in that case?

I just want that if the Tab Key pressed it should be focused only writeable value item in the PropertyGrid.

The above questions are very important for me to solve it as soon as possible.

Thank you for your cooperation and helps in advance

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.