Share via


CreateParams Class

Fields | This Package | All Packages

Encapsulates the information used when creating a control.

package com.ms.wfc.ui

public class CreateParams

Remarks

The information in a CreateParams object can be used to pass information about the initial state of a control. The CreateParams object is sent to controls through the getCreateParams method, which individual controls override to include additional information in this object.