Intersoft ClientUI Documentation
RemoveAt Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UIElementExtensions Class : RemoveAt Method






collection
index
noVerify

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Sub RemoveAt( _
   ByVal collection As UIElementCollection, _
   ByVal index As Integer, _
   ByVal noVerify As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim collection As UIElementCollection
Dim index As Integer
Dim noVerify As Boolean
 
UIElementExtensions.RemoveAt(collection, index, noVerify)
C# 
[ExtensionAttribute()]
public static void RemoveAt( 
   UIElementCollection collection,
   int index,
   bool noVerify
)
Delphi 
public procedure RemoveAt( 
    collection: UIElementCollection;
    index: Integer;
    noVerify: Boolean
); static; 
JScript 
ExtensionAttribute()
public static function RemoveAt( 
   collection : UIElementCollection,
   index : int,
   noVerify : boolean
);
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static void RemoveAt( 
   UIElementCollection* collection,
   int index,
   bool noVerify
) 
C++/CLI 
[ExtensionAttribute()]
public:
static void RemoveAt( 
   UIElementCollection^ collection,
   int index,
   bool noVerify
) 

Parameters

collection
index
noVerify

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 All Rights Reserved.