IsAnimated Property (IDropDown)
In This Topic
Gets or sets a value that indicates whether the control should use a fade-in animation when displaying the drop-down.
Syntax
'Declaration
Property IsAnimated As System.Boolean
'Usage
Dim instance As IDropDown
Dim value As System.Boolean
instance.IsAnimated = value
value = instance.IsAnimated
System.bool IsAnimated {get; set;}
read-write property IsAnimated: System.Boolean;
function get,set IsAnimated : System.boolean
__property System.bool get_IsAnimated();
__property void set_IsAnimated(
System.bool value
);
property System.bool IsAnimated {
System.bool get();
void set ( System.bool value);
}
See Also