DataGate Print File Designer® - Build 8.0.355 and above

Format.InitLayout Method

InitLayout overrides the Control.InitLayout method.

control.InitLayout()

Remarks

The InitLayout method is called immediately after adding a control to a container. The InitLayout method allows a control to initialize its layout state based upon its container.

Note to Inheritors  When overriding InitLayout in a derived class, be sure to call the base class's InitLayout method so that the control is displayed correctly.

See Also

Format ClassFormat Class Members | Control.InitLayout Method