InitLayout overrides the
control.InitLayout()
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.
Format Class | Format
Class Members |