![]() |
How to hide the value of a Property |
Post Reply
|
| Author | |
Dimi
Newbie
Joined: 29 September 2005 Location: Germany Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: How to hide the value of a PropertyPosted: 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? |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
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 |