Microsoft SDK for Java

CreateParams.className

Specifies the name of the window class to subclass.

Syntax

public String className;

Remarks

The default value for this field is null, which indicates that the window is not a subclass of an existing window class. To subclass an existing window class, store the window class name in this field. For example, to subclass the standard edit control, set this field to "EDIT".

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