←Select platform

Insert Method

Summary
Inserts an item to the MasterFormCollection at the specified index.

Syntax
C#
C++/CLI
Python
protected virtual void Insert( 
   int index, 
   IMasterForm item 
) 
protected: 
void Insert(  
   int index, 
   IMasterForm^ item 
)  
def Insert(self,index,item): 

Parameters

index
Index to insert the item.

item
The item to be inserted.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.