Intersoft ClientUI Documentation
DisplayAnimation Property (UXContextMenu)



Gets or sets a value that determines the display animation.
Syntax
<CategoryAttribute("Behavior")>
Public Property DisplayAnimation As PopupAnimation
Dim instance As UXContextMenu
Dim value As PopupAnimation
 
instance.DisplayAnimation = value
 
value = instance.DisplayAnimation
[CategoryAttribute("Behavior")]
public PopupAnimation DisplayAnimation {get; set;}
[CategoryAttribute("Behavior")]
public:
property PopupAnimation DisplayAnimation {
   PopupAnimation get();
   void set (    PopupAnimation 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