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






Specifies whether result box is still displayed after item selection made by mouse click.

Specifies whether result box is still displayed after item selection made by mouse click.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute(" Specifies whether result box is still displayed after item selection made by mouse click.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property AlwaysShowResultBox As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AlwaysShowResultBox = value
 
value = instance.AlwaysShowResultBox
C# 
[DescriptionAttribute(" Specifies whether result box is still displayed after item selection made by mouse click.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool AlwaysShowResultBox {get; set;}
Delphi 
public read-write property AlwaysShowResultBox: Boolean; 
JScript 
DescriptionAttribute(" Specifies whether result box is still displayed after item selection made by mouse click.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set AlwaysShowResultBox : boolean
Managed Extensions for C++ 
[DescriptionAttribute(" Specifies whether result box is still displayed after item selection made by mouse click.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_AlwaysShowResultBox();
public: __property void set_AlwaysShowResultBox( 
   bool value
);
C++/CLI 
[DescriptionAttribute(" Specifies whether result box is still displayed after item selection made by mouse click.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool AlwaysShowResultBox {
   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 Intersoft Solutions Corp. All Rights Reserved.