Method InitUnsplitted
InitUnsplitted(Control)
Initializes the SplitterPanel to have one pane. The child control is shown if it is currently hidden.
public virtual bool InitUnsplitted(Control window)
Parameters
window
ControlThe pane for the unsplit control. Pass only child controls of the SplitterPanel in this parameter.
Returns
- bool
true if initialization successfull.
Remarks
This should be called if you wish to initially view only a single pane in the control.