CreateParams.className

Overview | Fields | This Package | All Packages

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".