This page is a Draft, its content is not complete and might contain errors.
For general information, look
here.
EditImplementation
A custom control must derive from the System.Windows.Forms.Control class (directly or indirectly) and implement the CWR.MSCRM.Mobile.Client.Interfaces.ICustomControl interface.
The Configure method of the interface will receive the IFormContext and Configuration.
See Also