Table of Contents

Method DoUnsplit

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

DoUnsplit(Control?)

Leaves only one control inside the SplitterPanel.

public virtual bool DoUnsplit(Control? toRemove = null)

Parameters

toRemove Control

The 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.