Prod.: Engine, ver.: 6012, ID: 60000565, Bug : When changing System.Color property types using Wrapper Object the OnUndoStoreValue and OnAfterUndoStoreValue throws an exception

Bug : When changing System.Color property types using Wrapper Object the OnUndoStoreValue and OnAfterUndoStoreValue throws an exception

Article60000565
TypeBug
ProductEngine
Version6012
Date Added7/2/2008
FixedYes [7/3/2008]
Submitted byChristian Holbrook
Keywords

Subject

When changing System.Color property types using Wrapper Object the OnUndoStoreValue and OnAfterUndoStoreValue throws an exception

Summary

When changing System.Color property types using Wrapper Object the OnUndoStoreValue and OnAfterUndoStoreValue throws an exception.

Solution

Fixed in 6013.

OnAfterUndoStoreValue and OnUndoStoreValue changed the value member of  Syste.Drawing.Color type ,to be a string in format "Alpha,Red,Green,Blue"  .