|
|
|
|
InitLayout Method, SftTabs Class |
Called after the control has been added to another container.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Protected Overrides Sub InitLayout() |
C# |
protected override void InitLayout(); |
C++ |
protected: virtual void InitLayout(); |
Comments
The InitLayout method is called after the control has been added to another container.
The InitLayout method allows a control to initialize its layout state based upon its container. For example, you would typically apply anchoring and docking to the control in the InitLayout method.