WindowSplitter Xojo Plugin |
|
WindowSplitter.RemoveControl Method
Removes a container control from the splitter.

RemoveControl(
container
as Window)
Parameters
- container
- The container control to be removed.
Remarks
If the container control is not already added to the splitter then this call will do nothing.
See Also
WindowSplitter Control