Intersoft ClientUI Documentation
EnableFadeOutAnimation Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXComboBox Class : EnableFadeOutAnimation Property






Gets or sets a value that determines whether the fade animation is enabled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Menu")>
Public Property EnableFadeOutAnimation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXComboBox
Dim value As Boolean
 
instance.EnableFadeOutAnimation = value
 
value = instance.EnableFadeOutAnimation
C# 
[CategoryAttribute("Menu")]
public bool EnableFadeOutAnimation {get; set;}
Delphi 
public read-write property EnableFadeOutAnimation: Boolean; 
JScript 
CategoryAttribute("Menu")
public function get,set EnableFadeOutAnimation : boolean
Managed Extensions for C++ 
[CategoryAttribute("Menu")]
public: __property bool get_EnableFadeOutAnimation();
public: __property void set_EnableFadeOutAnimation( 
   bool value
);
C++/CLI 
[CategoryAttribute("Menu")]
public:
property bool EnableFadeOutAnimation {
   bool get();
   void set (    bool value);
}

Remarks

UXComboBox also has properties similar to UXPopup which controls the dropdown menu animation. The following list describes the properties that control the dropdown 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.