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






Gets or sets whether WebCombo should automatically select first row of matched items against input Text.

Gets or sets whether WebCombo should automatically select first row of matched items against input Text.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets whether WebCombo should automatically select first row of matched items against input Text.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property AutoSelectFirstMatch As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MultipleSelectionSettings
Dim value As Boolean
 
instance.AutoSelectFirstMatch = value
 
value = instance.AutoSelectFirstMatch
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets whether WebCombo should automatically select first row of matched items against input Text.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool AutoSelectFirstMatch {get; set;}
Delphi 
public read-write property AutoSelectFirstMatch: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets whether WebCombo should automatically select first row of matched items against input Text.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set AutoSelectFirstMatch : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets whether WebCombo should automatically select first row of matched items against input Text.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_AutoSelectFirstMatch();
public: __property void set_AutoSelectFirstMatch( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets whether WebCombo should automatically select first row of matched items against input Text.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool AutoSelectFirstMatch {
   bool get();
   void set (    bool value);
}

Remarks

When this property is set to True, the first row will always be highlighted. This allows a user to quickly select an item by pressing the Tab key without first having to press the Down arrow key to select.

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.