Intersoft WebInput Documentation
Add Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > LookUpCharCollection Class : Add Method






value
The LookUpChar object to add to the end of the LookUpCharCollection.

Glossary Item Box

Adds a LookUpChar object to the end of the LookUpCharCollection.Adds a LookUpChar object to the end of the LookUpCharCollection.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Adds a LookUpChar object to the end of the LookUpCharCollection.")>
Public Function Add( _
   ByVal value As LookUpChar _
) As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As LookUpCharCollection
Dim value As LookUpChar
Dim value As System.Integer
 
value = instance.Add(value)
C# 
[System.ComponentModel.DescriptionAttribute("Adds a LookUpChar object to the end of the LookUpCharCollection.")]
public System.int Add( 
   LookUpChar value
)
Delphi 
public function Add( 
    value: LookUpChar
): System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Adds a LookUpChar object to the end of the LookUpCharCollection.")
public function Add( 
   value : LookUpChar
) : System.int;
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Adds a LookUpChar object to the end of the LookUpCharCollection.")]
public: System.int Add( 
   LookUpChar* value
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Adds a LookUpChar object to the end of the LookUpCharCollection.")]
public:
System.int Add( 
   LookUpChar^ value
) 

Parameters

value
The LookUpChar object to add to the end of the LookUpCharCollection.

Return Value

The zero-based index at which the new element is inserted.

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.