System.Windows.Forms.CreateParams.Param Property

Gets or sets additional parameter information needed to create the control.

Syntax

public object Param { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If you are creating a multiple document interface (MDI) client window, the CreateParams.Param property must reference a CLIENTCREATESTRUCT structure.

For more information about creating control parameters, see the CreateWindow and CreateWindowEx functions and the CLIENTCREATESTRUCT structure documentation in the Windows Platform SDK reference located in the MSDN Library.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0