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;
PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace