ErrorProvider.Icon Property
.NET Framework 3.0
Gets or sets the Icon that is displayed next to a control when an error description string has been set for the control.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public Icon get_Icon () /** @property */ public void set_Icon (Icon value)
public function get Icon () : Icon public function set Icon (value : Icon)
Not applicable.
Property Value
An Icon that signals an error has occurred. The default icon consists of an exclamation point in a circle with a red background.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.