<aximp>
Generates a Windows Forms control that wraps ActiveX controls defined in an OCX.
| Attribute | Description | Required |
|---|---|---|
| ocx | Filename of the ocx. | True |
| out | Filename of the output assembly. | False |
| publickeyfile | Contains the strong name public key. | False |
| keyfile | Contains the strong name pair. | False |
| keycontainer | Container holding string name pair. | False |
| delaysign | Force delay signing. | False |
| generatesource | Should wrapper C# code be generated? | False |
| nologo | Suppresses the banner. | False |
| silent | Suppresses any messages. | False |
| failonerror | Determines whether task failure stops the build or is just reported. Default is "true." | False |
| verbose | Task reports detailed build log messages. Default is "false." | False |
| if | If true then the task will be executed; otherwise skipped. Default is "true." | False |
| unless | Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false." | False |
Example
<aximp ocx="MyControl.ocx" out="MyFormsControl.dll" />