Insert Method

Summary

Inserts an item to the MasterFormCollection at the specified index.

Syntax
C#
VB
C++
protected virtual void Insert( 
   int index, 
   IMasterForm item 
) 
  
Protected Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As IMasterForm _ 
)  
protected: 
void Insert(  
   int index, 
   IMasterForm^ item 
)  

Parameters

index
Index to insert the item.

item
The item to be inserted.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly