ControlElement Complex Type
| Name | Type | Use | Default | Description |
|---|---|---|---|---|
| MappedTo | string | optional | SwfObject | A test object class that supports behaviors that are similar to those that you need to support for your custom control. If not specified, the generic default test object class is used. Example: SwfCheckBox or SwfButton |
| Type | string | required | The type of the custom control, including wrapping namespaces. Example: System.Windows.Forms.MultiComboEditor Note: If you need to refer to a control that is contained in more than one assembly, you can include the name of the assembly, and other information that fully qualifies the type. For example, you could set this attribute to values similar to these:
|















