Intersoft ClientUI Documentation
IsDropDownOpen Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXDropDownButton Class : IsDropDownOpen Property






Gets or sets whether the dropdown menu is currently displaying on the screen.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Menu")>
Public Property IsDropDownOpen As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDropDownButton
Dim value As Boolean
 
instance.IsDropDownOpen = value
 
value = instance.IsDropDownOpen
C# 
[CategoryAttribute("Menu")]
public bool IsDropDownOpen {get; set;}
Delphi 
public read-write property IsDropDownOpen: Boolean; 
JScript 
CategoryAttribute("Menu")
public function get,set IsDropDownOpen : boolean
Managed Extensions for C++ 
[CategoryAttribute("Menu")]
public: __property bool get_IsDropDownOpen();
public: __property void set_IsDropDownOpen( 
   bool value
);
C++/CLI 
[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 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 All Rights Reserved.