DataGate Print File Designer® - Build 8.0.355 and above

BaseField.CreateParams Property

Gets the required creation parameters when the control handle is created.

control.CreateParams [ =System.Windows.Forms.CreateParams]

Returns

System.Windows.Forms.CreateParams object containing the required creation parameters when the handle to the control is created.

Remarks

The CreateParams object can be used to pass information about the initial state and appearance of a control.  Use this property to pass in the appropriate values or include additional information in the CreateParams object.

See Also

BaseField Class | BaseField Class Members | System.Windows.Forms.CreateParams