Intersoft WebCombo Documentation
SkipQueryTextField Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LinkSettings Class : SkipQueryTextField Property






Gets or sets a value indicating whether WebCombo should query the text based on the DataTextField. Gets or sets a value indicating whether WebCombo should query the text based on the DataTextField.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets a value indicating whether WebCombo should query the text based on the DataTextField. ")>
Public Property SkipQueryTextField As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LinkSettings
Dim value As Boolean
 
instance.SkipQueryTextField = value
 
value = instance.SkipQueryTextField
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether WebCombo should query the text based on the DataTextField. ")]
public bool SkipQueryTextField {get; set;}
Delphi 
public read-write property SkipQueryTextField: Boolean; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets a value indicating whether WebCombo should query the text based on the DataTextField. ")
public function get,set SkipQueryTextField : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether WebCombo should query the text based on the DataTextField. ")]
public: __property bool get_SkipQueryTextField();
public: __property void set_SkipQueryTextField( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether WebCombo should query the text based on the DataTextField. ")]
public:
property bool SkipQueryTextField {
   bool get();
   void set (    bool value);
}

Remarks

You can set this property to True when you don't want the WebCombo to be filtered by the entered text. This is especially useful when the DataTextField is not a String type, where WebCombo can't effectively perform automatic lookup. In this scenario, oftenly the WebCombo is ReadOnly (not Editable) and user simply pick a selection from the ResultBox. You can set this property to True when you don't want the WebCombo to be filtered by the entered text. This is especially useful when the DataTextField is not a String type, where WebCombo can't effectively perform automatic lookup. In this scenario, oftenly the WebCombo is ReadOnly (not Editable) and user simply pick a selection from the ResultBox.

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

LinkSettings Class
LinkSettings Members

Concepts

Linked WebCombo

© 2012 Intersoft Solutions Corp. All Rights Reserved.