Table of Contents

Method InitUnsplitted

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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 Control

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