Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to hide the value of a Property
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to hide the value of a Property

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


Joined: 29 September 2005
Location: Germany
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dimi Quote  Post ReplyReply Direct Link To This Post Topic: How to hide the value of a Property
    Posted: 29 September 2005 at 7:16am

I've got the following problem:

If a user selects an item, the program shows the properties of this item with the propertyvalues. If a user selects more than one item, the program shows only the common properties. I want to show the propertyvalues only, when all the items got the same values.

How can I hide the value of a Property, especially in the class CXTPPropertyGridItem?

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 29 September 2005 at 12:13pm

Hello,

you can set value as empty string:

pItem->CXTPPropertyGridItem::SetValue(_T(""));

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.031 seconds.