System.Windows.Forms.VisualStyles.IconEffect Enumeration

Specifies the visual effect that the visual style will apply to an icon.

Syntax

public enum IconEffect

Remarks

The System.Windows.Forms.VisualStyles.IconEffect values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.IconEffect.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0