AdvancedErrorProviderIcon Property

Gets or sets the icon for this AdvancedErrorProvider. Explicitly set icons can be scaled automatically, depending on the IconSizeMode property.
See the Remarks section of the IconSizeMode property for details.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public Icon Icon { get; set; }

Property Value

Icon

See Also