Intersoft ClientUI Documentation
IsLookupOpen Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXDataLookupBox Class : IsLookupOpen Property






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

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Menu")>
Public Property IsLookupOpen As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDataLookupBox
Dim value As Boolean
 
instance.IsLookupOpen = value
 
value = instance.IsLookupOpen
C# 
[CategoryAttribute("Menu")]
public bool IsLookupOpen {get; set;}
Delphi 
public read-write property IsLookupOpen: Boolean; 
JScript 
CategoryAttribute("Menu")
public function get,set IsLookupOpen : boolean
Managed Extensions for C++ 
[CategoryAttribute("Menu")]
public: __property bool get_IsLookupOpen();
public: __property void set_IsLookupOpen( 
   bool value
);
C++/CLI 
[CategoryAttribute("Menu")]
public:
property bool IsLookupOpen {
   bool get();
   void set (    bool value);
}

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.