←Select platform

AddMasterForm Method

Summary

Adds a IMasterForm to the collection.

Syntax

C#
VB
C++
Java
public IMasterForm AddMasterForm( 
   IMasterForm masterForm 
) 
  
Public Function AddMasterForm( _ 
   ByVal masterForm As IMasterForm _ 
) As IMasterForm 
public IMasterForm addMasterForm( 
   IMasterForm 
); 
public: 
IMasterForm^ AddMasterForm(  
   IMasterForm^ masterForm 
)  

Parameters

masterForm
The Master Form to be added.

Return Value

The Added Master Form.

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