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






Gets or sets whether WebCombo should accept text which is not appear in the list. Gets or sets whether WebCombo should accept text which is not appear in the list.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets whether WebCombo should accept text which is not appear in the list.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AllowNotInListText As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MultipleSelectionSettings
Dim value As Boolean
 
instance.AllowNotInListText = value
 
value = instance.AllowNotInListText
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether WebCombo should accept text which is not appear in the list.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool AllowNotInListText {get; set;}
Delphi 
public read-write property AllowNotInListText: Boolean; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets whether WebCombo should accept text which is not appear in the list.")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AllowNotInListText : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether WebCombo should accept text which is not appear in the list.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_AllowNotInListText();
public: __property void set_AllowNotInListText( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether WebCombo should accept text which is not appear in the list.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool AllowNotInListText {
   bool get();
   void set (    bool value);
}

Remarks

This setting allows the user to input text which is not listed in the ResultBox. You should handle the OnValueItemNotInList client-side event to determine how the item should be treated.

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.