Intersoft WebCombo Documentation
WebComboValueItem Class
Members  See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace : WebComboValueItem Class






Items contained in WebCombo multiple selection.

Object Model

WebComboValueItem Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class WebComboValueItem 
   Inherits ISNet.WebUI.WebUIBaseClass
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Visual Basic (Usage)Copy Code
Dim instance As WebComboValueItem
C# 
[SerializableAttribute()]
public class WebComboValueItem : ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
Delphi 
public class WebComboValueItem = class(ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize)
JScript 
SerializableAttribute()
public class WebComboValueItem extends ISNet.WebUI.WebUIBaseClass implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class WebComboValueItem : public ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
C++/CLI 
[SerializableAttribute()]
public ref class WebComboValueItem : public ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  

Remarks

WebCombo.NET provides strong multiple selection value support. The MultipleSelection feature allows you to insert an item, delete an item and highlight an item. This strong feature also include advanced settings to the ValueItem, such as: AllowBrowseAll, AllowNotInListText, AutoSelectFirstMatch, SeparatorChar.

In MultipleSelection feature, developers are allowed to obtain multiple values on client-side, programmatically add, change or delete an ValueItem, and more.

Users can insert a value item in MultipleSelection by placing the cursor in the position where you want to insert. Then, start typing and press Tab to select an item, and the new item will be properly inserted among other values. If you want to delete a value item, you can do it by using the Delete or Backspace key. You can highlight an item by selecting an item among multiple values and click the region of a valid item. If the clicked item is valid (that is, it has a Value), the item will be highlighted similar to the Microsoft Outlook® 2003 TextBox feature.

For the advanced settings of WebComboValueItem please read the properties in MultipleSelectionSettings.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.WebCombo.WebComboValueItem

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.