NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyValueUIItem.Image

The image that will be drawn on the property grid. This image must be 8x8 pixels. It is often advisable to also make it support transparency.

[Visual Basic]
Overridable Public ReadOnly Property Image As Image
[C#]
public Image Image {virtual get;}
[C++]
public: __property virtual Image* get_Image();
[JScript]
public function get Image() : Image;

See Also

PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace