UserControl Class

Methods | This Package | All Packages

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****

Remarks

The UserControl class extends the Form class, thereby inheriting all the standard positioning code and mnemonic-handling code necessary in a user control.