Intersoft WebCombo Documentation
EnableSlidingAnimation Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : EnableSlidingAnimation Property






Specifies whether the ResultBox should be animated when user clicked on the drop down element of the WebCombo.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies whether the ResultBox should be animated when user clicked on the drop down element of the WebCombo.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property EnableSlidingAnimation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.EnableSlidingAnimation = value
 
value = instance.EnableSlidingAnimation
C# 
[DescriptionAttribute("Specifies whether the ResultBox should be animated when user clicked on the drop down element of the WebCombo.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool EnableSlidingAnimation {get; set;}
Delphi 
public read-write property EnableSlidingAnimation: Boolean; 
JScript 
DescriptionAttribute("Specifies whether the ResultBox should be animated when user clicked on the drop down element of the WebCombo.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set EnableSlidingAnimation : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Specifies whether the ResultBox should be animated when user clicked on the drop down element of the WebCombo.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_EnableSlidingAnimation();
public: __property void set_EnableSlidingAnimation( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Specifies whether the ResultBox should be animated when user clicked on the drop down element of the WebCombo.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool EnableSlidingAnimation {
   bool get();
   void set (    bool value);
}

Remarks

One of the Intersoft’s focuses in the 2008 release is core animation feature. In this new release, you can add stunning quadratic sliding animation to WebCombo control. When this feature is applied, the sliding animation will be played when you clicked on the dropdown arrow. The animation will also be played every time the dropdown content needs to be displayed – such as when you type into the textbox.

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 Intersoft Solutions Corp. All Rights Reserved.