Print Page | Close Window

QUESTION: HighlightChangedItems configuration

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Property Grid
Forum Description: Topics Related to Codejock Property Grid
URL: http://forum.codejock.com/forum_posts.asp?TID=12235
Printed Date: 05 October 2024 at 10:24pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: QUESTION: HighlightChangedItems configuration
Posted By: tobi
Subject: QUESTION: HighlightChangedItems configuration
Date 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



Replies:
Posted By: Oleg
Date Posted: 23 September 2008 at 1:43am
Sorry, not possible :(

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Aaron
Date Posted: 23 September 2008 at 1:52am
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....


Posted By: tobi
Date Posted: 23 September 2008 at 7:31am
Oleg,

is it possible to add such a feature in a future release ?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net