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!

ErrorProvider.Icon

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);

See Also

ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace