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






value
The CustomPlaceHolder object to remove from the CustomPlaceHolderCollection

Glossary Item Box

Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection.

Syntax

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

Parameters

value
The CustomPlaceHolder object to remove from the CustomPlaceHolderCollection

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.