LayoutControl.Clear Method
| Name | Parameters | Description |
|---|---|---|
| Clear() | none | Disposes all the layout items and their controls owned by the Layout Control. Hidden items are not removed. |
| Clear(Boolean, Boolean) | clearHiddenItems, disposeControls | Clears items, allowing hidden items to be removed. |