IsAnimated Property (DropDown)
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
Public Property IsAnimated As System.Boolean
'Usage
Dim instance As DropDown
Dim value As System.Boolean
instance.IsAnimated = value
value = instance.IsAnimated
public System.bool IsAnimated {get; set;}
public read-write property IsAnimated: System.Boolean;
public function get,set IsAnimated : System.boolean
public: __property System.bool get_IsAnimated();
public: __property void set_IsAnimated(
System.bool value
);
public:
property System.bool IsAnimated {
System.bool get();
void set ( System.bool value);
}
See Also