←Select platform

AutoFormsEngine Constructor(AutoFormsEngineCreateOptions)

Summary

Initializes a new instance of AutoFormsEngine with the specified options.

Syntax
C#
C++/CLI
Java
Python
private:  
   AutoFormsEngine() 
public AutoFormsEngine( 
   AutoFormsEngineCreateOptions 
); 
__init__(self,createOptions) # Overloaded constructor 

Parameters

createOptions

Options to use when creating the engine. Must not be null.

Remarks

Refer to AutoFormsEngineCreateOptions for more information on how to set and use the options.

It is the user's responsibility to dispose of this object when it is no longer needed by calling Dispose.

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.