←Select platform

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 Leadtools.Forms.Auto.IMasterForm _ 
)  
protected: 
void Insert(  
   int index, 
   Leadtools.Forms.Auto.IMasterForm^ item 
)  

Parameters

index
Index to insert the item.

item
The item to be inserted.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly