Method DoUnsplit
DoUnsplit(Control?)
Leaves only one control inside the SplitterPanel.
public virtual bool DoUnsplit(Control? toRemove = null)
Parameters
toRemove
ControlThe pane to remove, or NULL to remove the right or bottom pane.
Returns
- bool
true if successful, false otherwise (the SplitterPanel was not unsplit).
Remarks
This call will not actually delete the control being removed. By default, the control being removed is hidden.