IsDroppedDown Property (DropDown)
In This Topic
Gets or sets a value indicating whether the drop down is currently visible.
Syntax
'Declaration
Public Property IsDroppedDown As System.Boolean
'Usage
Dim instance As DropDown
Dim value As System.Boolean
instance.IsDroppedDown = value
value = instance.IsDroppedDown
public System.bool IsDroppedDown {get; set;}
public read-write property IsDroppedDown: System.Boolean;
public function get,set IsDroppedDown : System.boolean
public: __property System.bool get_IsDroppedDown();
public: __property void set_IsDroppedDown(
System.bool value
);
public:
property System.bool IsDroppedDown {
System.bool get();
void set ( System.bool value);
}
See Also