Microsoft SDK for Java

Control Class

Defines the base class used for controls, which are standardized child windows that the user can manipulate to perform an action or display information.

Component 
  |
  +--Control

package com.ms.wfc.ui

public class Control
extends
Component

Remarks

The Control class encapsulates a window handle (HWND).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.