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






collection
index
element
noVerify

Syntax

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

Parameters

collection
index
element
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.