Modifier

AxImporter(AxImporter+Options) Constructor

Definition

Initializes a new instance of the AxImporter class.

public:
 AxImporter(System::Windows::Forms::Design::AxImporter::Options ^ options);
public AxImporter (System.Windows.Forms.Design.AxImporter.Options options);
new System.Windows.Forms.Design.AxImporter : System.Windows.Forms.Design.AxImporter.Options -> System.Windows.Forms.Design.AxImporter
Public Sub New (options As AxImporter.Options)

Parameters

options
AxImporter.Options

An AxImporter.Options that indicates the options for the ActiveX control importer to use.

Applies to

See also