Intersoft ClientUI Documentation
IsDropDownOpen Property (UXDropDownButton)



Gets or sets whether the dropdown menu is currently displaying on the screen.
Syntax
<CategoryAttribute("Menu")>
Public Property IsDropDownOpen As Boolean
Dim instance As UXDropDownButton
Dim value As Boolean
 
instance.IsDropDownOpen = value
 
value = instance.IsDropDownOpen
[CategoryAttribute("Menu")]
public bool IsDropDownOpen {get; set;}
[CategoryAttribute("Menu")]
public:
property bool IsDropDownOpen {
   bool get();
   void set (    bool value);
}
Remarks

To open or display the dropdown menu of UXDropDownButton, you can simply set the ISDropDownOpen property to True. Alternatively you can click the UXDropDownButton to set the ISDropDownOpen property.

Similar to other buttons, UXDropDownButton also has ClickMode property that determines the action that triggers the click event. When the ClickMode property is set to Pressed, UXDropDownButton will display the dropdown menu when it is being pressed.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDropDownButton Class
UXDropDownButton Members

Concepts

UXDropDownButton

Send Feedback