System.Windows.Forms.SystemInformation.IsMenuFadeEnabled Property

Gets a value indicating whether menu fade animation is enabled.

Syntax

public static bool IsMenuFadeEnabled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SystemInformation.IsMenuFadeEnabled property indicates whether a menu uses fade animation, if menu animation is enabled. The SystemInformation.IsMenuAnimationEnabled property indicates whether menu animation is enabled.

If menu animation is enabled and the value of this property is true, menus use fade animation. If menu animation is enabled and the value of this property is false, menus use slide animation. If menu animation is disabled, the value of this property is meaningless.

Note:

If the value of the SystemInformation.IsMenuAnimationEnabled is false, the value of this property is meaningless.

Note:

This property is supported only on Windows 2000, Windows XP, and the Windows Server 2003 family. On other platforms, this property returns false.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0