Intersoft ClientUI Documentation
DisplayAnimation Property (UXMenu)



Gets or sets a value that determines the display animation.
Syntax
<CategoryAttribute("Behavior")>
Public Property DisplayAnimation As PopupAnimation
Dim instance As UXMenu
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);
}
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

UXMenu Class
UXMenu Members

Send Feedback