ErrorProvider::GetIconPadding Method (Control^)
.NET Framework (current version)
Returns the amount of extra space to leave next to the error icon.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- control
-
Type:
System.Windows.Forms::Control^
The control to get the padding for.
| Exception | Condition |
|---|---|
| ArgumentNullException | control is null. |
Many icons typically have extra space around their central images, so the padding value is only necessary if additional space is necessary. Padding values can be positive or negative. Negative values cause the icon to overlap the edge of the control. The default icon padding is 0.
.NET Framework
Available since 1.1
Available since 1.1
Show: