Intersoft ClientUI Documentation
EnableFadeOutAnimation Property (UXContextMenu)



Gets or sets a value that determines whether the fade animation is enabled.
Syntax
<CategoryAttribute("Behavior")>
Public Property EnableFadeOutAnimation As Boolean
Dim instance As UXContextMenu
Dim value As Boolean
 
instance.EnableFadeOutAnimation = value
 
value = instance.EnableFadeOutAnimation
[CategoryAttribute("Behavior")]
public bool EnableFadeOutAnimation {get; set;}
[CategoryAttribute("Behavior")]
public:
property bool EnableFadeOutAnimation {
   bool get();
   void set (    bool value);
}
Remarks

As the context menu is built upon UXPopup architecture, both the context menu and the popup shares a number of settings in common. The following list describes the properties that control the context menu animation.

Although these properties allow you to control each visual effects individually, it is advised that you avoid mixing the animation for DisplayAnimation or HideAnimation. If you want to disable certain animation, you can set the DisplayAnimation or HideAnimation property to None.

To learn more about the popup concept, see Popup Overview.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXContextMenu Class
UXContextMenu Members

Concepts

UXContextMenu

Send Feedback