Intersoft WebInput Documentation
LookUpCharCollection Class
Members  See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : LookUpCharCollection Class






Glossary Item Box

Represents a collection of lookup char. Represents a collection of lookup char.

Object Model

LookUpCharCollection Class

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Represents a collection of lookup char.")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.Reflection.DefaultMemberAttribute("Item")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.SerializableAttribute()>
Public Class LookUpCharCollection 
   Inherits System.Collections.CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As LookUpCharCollection
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents a collection of lookup char.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.SerializableAttribute()]
public class LookUpCharCollection : System.Collections.CollectionBase 
Delphi 
public class LookUpCharCollection = class(System.Collections.CollectionBase)
JScript 
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Represents a collection of lookup char.")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.Reflection.DefaultMemberAttribute("Item")
ISNet.Serialization.BinarySerializableAttribute()
System.SerializableAttribute()
public class LookUpCharCollection extends System.Collections.CollectionBase
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents a collection of lookup char.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.SerializableAttribute()]
public __gc class LookUpCharCollection : public System.Collections.CollectionBase 
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents a collection of lookup char.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.SerializableAttribute()]
public ref class LookUpCharCollection : public System.Collections.CollectionBase 

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      ISNet.WebUI.WebControls.LookUpCharCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.