Represents an empty control that can be used in the Forms Designer to create other controls.
Component | +--Control | +--Form | +--UserControl
package com.ms.wfc.ui
public class UserControl
extends Form
The UserControl class extends the Form class, thereby inheriting all the standard positioning code and mnemonic-handling code necessary in a user control.