Are you asking about being able to utilize the UserControl? If so, the
UserControl is not supported in the current version of the CF. If you really
want to visually design a composite control, then just design it on a normal
Form and then cut and paste the generated code, which can be found in the
InitializeComponent method, to a new class library project.