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






value
The LookUpChar object to remove from the LookUpCharCollection

Glossary Item Box

Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")>
Public Sub Remove( _
   ByVal value As LookUpChar _
) 
Visual Basic (Usage)Copy Code
Dim instance As LookUpCharCollection
Dim value As LookUpChar
 
instance.Remove(value)
C# 
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")]
public void Remove( 
   LookUpChar value
)
Delphi 
public procedure Remove( 
    value: LookUpChar
); 
JScript 
System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")
public function Remove( 
   value : LookUpChar
);
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")]
public: void Remove( 
   LookUpChar* value
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")]
public:
void Remove( 
   LookUpChar^ value
) 

Parameters

value
The LookUpChar object to remove from the 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.