Returns or sets the Icon that displayed next to a control when an error description string has been set for the control. For best results, an icon containing a 16 by 16 icon should be used.
[Visual Basic] Public Property Icon As Icon [C#] public Icon Icon {get; set;} [C++] public: __property Icon* get_Icon(); public: __property void set_Icon(Icon*); [JScript] public function get Icon() : Icon; public function set Icon(Icon);
ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace