Intersoft WebCombo Documentation
AllowBrowseAll Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > MultipleSelectionSettings Class : AllowBrowseAll Property






Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl Space key. Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl Space key.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl Space key.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property AllowBrowseAll As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MultipleSelectionSettings
Dim value As Boolean
 
instance.AllowBrowseAll = value
 
value = instance.AllowBrowseAll
C# 
[DescriptionAttribute("Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl Space key.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool AllowBrowseAll {get; set;}
Delphi 
public read-write property AllowBrowseAll: Boolean; 
JScript 
DescriptionAttribute("Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl Space key.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set AllowBrowseAll : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl Space key.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_AllowBrowseAll();
public: __property void set_AllowBrowseAll( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl Space key.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool AllowBrowseAll {
   bool get();
   void set (    bool value);
}

Remarks

When this property is set to True, you can list all items by pressing Ctrl+Space. Note that when the MultipleSelection property is Enabled and the TextBoxMode property is Editable, the DropDownButton will be disabled and invisible.

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.