Intersoft ClientUI Documentation
Insert Method



Syntax
<ExtensionAttribute()>
Public Shared Sub Insert( _
   ByVal collection As UIElementCollection, _
   ByVal index As Integer, _
   ByVal element As UIElement, _
   ByVal noVerify As Boolean _
) 
Dim collection As UIElementCollection
Dim index As Integer
Dim element As UIElement
Dim noVerify As Boolean
 
UIElementExtensions.Insert(collection, index, element, noVerify)
[ExtensionAttribute()]
public static void Insert( 
   UIElementCollection collection,
   int index,
   UIElement element,
   bool noVerify
)
[ExtensionAttribute()]
public:
static void Insert( 
   UIElementCollection^ collection,
   int index,
   UIElement^ element,
   bool noVerify
) 

Parameters

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

Reference

UIElementExtensions Class
UIElementExtensions Members

Send Feedback