![]() | Type | Description | ||
| Object | An ActiveX object being used as an user editor. |
The following VB sample adds an ActiveX editor, ( Exontrol's ExComboBox ):
The following C++ sample adds an ActiveX editor, ( Exontrol's ExComboBox ):
The sample requires the #import <excombobox.dll> to include the ExComboBox's type library. The #import <excombobox.dll> creates EXCOMBOBOXLib namespace that includes all definitions for objects and types that the ExComboBox control exports.
The following VB.NET sample adds an ActiveX editor, ( Exontrol's ExComboBox ):
The following C# sample adds an ActiveX editor, ( Exontrol's ExComboBox ):
In C# your project needs a new reference to the Exontrol's ExComboBox control library. Use the Project\Add Reference\COM item to add new reference to a COM object. Once that you added a reference to the Exontrol's ExComboBox the EXCOMBOBOXLib namespace is created. The EXCOMBOBOXLib namespace contains definitions for all objects that ExComboBox control exports.
The following VFP sample adds an ActiveX editor, ( Exontrol's ExComboBox ):