Create a user control
- Last Updated: January 22, 2024
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
A user control is a composite control consisting of a container with individual controls that you add to it. You select the controls you need, define their properties and event logic, and save the container and its contents as a single entity that you can add to any form.
Note: If you move the
.cls file for a user control from its original disk location to
a location that is not on the project PROPATH, you must add the new location to the
PROPATH. Otherwise, the type is unavailable, and the Visual Designer cannot open the
control or any form containing an instance of the control.