HorizontalSplitterCreateChildControls Method |
Create this control's child controls.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override void CreateChildControls()
Protected Overrides Sub CreateChildControls
Remarks
Adds the hidden position control. This is used to preserve
the splitter's position state of the toggler across post-backs.
See Also