LOGIN    REGISTER

homepage

Smart PropertyGrid.MFC

Property looks

A property look class can be associated to a property value and allows to display it in a different way than the default implementation when no inplace control is active on this property. Here are two examples: in the first one a default color block is transformed into a square and a string.

Default implementation to display a color value
A look class has been attached to modify the display

In the second one, a visible string is transformed into a password.

Default implementation to display a string value
A look class has been attached to modify the display

They are the two look classes provided with the package. If you need to display a value differently, this is up to you to develop your own look classes.