QUESTION: HighlightChangedItems configuration |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Posted: 22 September 2008 at 12:33pm |
Is it possible to modify PropertyGrid.HighlightChangedItems settings ?
I want to change the display of changed items from black bold to red normal style ! Is this possible ? ---------------------------------------------------------------- Product: Xtreme SuitePro (ActiveX) version 12.0.2 Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Sorry, not possible :(
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
You could set a default value for every added propertygrid item and add following line in ValueChanged event:
Item.ValueMetrics.ForeColor = IIf((Item.Value <> Item.DefaultValue), vbRed, vbBlack)
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
Oleg,
is it possible to add such a feature in a future release ? |
|
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 |