IconEffect Enumeration
.NET Framework (current version)
Specifies the visual effect that the visual style will apply to an icon.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Alpha | The icon is alpha-blended. | |
| Glow | The icon glows. | |
| None | No visual effect is applied to the icon. | |
| Pulse | The icon pulses. | |
| Shadow | The icon has a shadow. |
The IconEffect values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::IconEffect.
.NET Framework
Available since 2.0
Available since 2.0
Show: