Intersoft ClientUI Documentation
IsDropDownOpen Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimePicker 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 UXDateTimePicker
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

You can activate the popup using Enter key, or by clicking the dropdown button of the control. Using the date time picker is easy and straightforward, simply click on a date in the Calendar to select the desired date, and then dragging the hands in the Clock to change the time parts of the DateTime value. There are a number of ways to interact with the Clock control, such as using keyboard arrow keys, mouse wheel, or combination of keyboard and mouse gestures. For more information on the Clock user experiences, see UXClock Overview.

You can also set the IsDropDownOpen property to True in order to show the popup automatically. To close the popup, you can just click on the dropdown button, or press either the Escape or Enter key.

By default, the dropdown menu will be closed when you select a date in the calendar. When Both mode is used, you can make the user experience more intuitive by enabling the StaysOpen property. When this property is enabled, the dropdown menu will not be closed when a date is selected in calendar. This allows you to select both the date and time without reopening the dropdown menu. The dropdown menu can be closed when you click elsewhere in the page, or by pressing the Enter or Esc key.

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.