Intersoft WebCombo Documentation
ResultBoxWindowType Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : ResultBoxWindowType Property






Specifies the resultbox's window type. This property is only applicable to IE browser. Specifies the resultbox's window type. This property is only applicable to IE browser.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the resultbox's window type. This property is only applicable to IE browser.")>
<CategoryAttribute("Behavior")>
Public Property ResultBoxWindowType As ISNet.WebUI.DisplayType
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ISNet.WebUI.DisplayType
 
instance.ResultBoxWindowType = value
 
value = instance.ResultBoxWindowType
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the resultbox's window type. This property is only applicable to IE browser.")]
[CategoryAttribute("Behavior")]
public ISNet.WebUI.DisplayType ResultBoxWindowType {get; set;}
Delphi 
public read-write property ResultBoxWindowType: ISNet.WebUI.DisplayType; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the resultbox's window type. This property is only applicable to IE browser.")
CategoryAttribute("Behavior")
public function get,set ResultBoxWindowType : ISNet.WebUI.DisplayType
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the resultbox's window type. This property is only applicable to IE browser.")]
[CategoryAttribute("Behavior")]
public: __property ISNet.WebUI.DisplayType get_ResultBoxWindowType();
public: __property void set_ResultBoxWindowType( 
   ISNet.WebUI.DisplayType value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the resultbox's window type. This property is only applicable to IE browser.")]
[CategoryAttribute("Behavior")]
public:
property ISNet.WebUI.DisplayType ResultBoxWindowType {
   ISNet.WebUI.DisplayType get();
   void set (    ISNet.WebUI.DisplayType value);
}

Remarks

Since the first beginning version, “floating” result window has always been one of WebCombo’s key advantage. Users can always see the whole data regardless of the size of the browser, because the result box window is always “floating”. To give you better illustration please read Real Dropdownlist Window.

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

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Set result box window type

Concepts

Real Dropdownlist Window

© 2012 Intersoft Solutions Corp. All Rights Reserved.