Table of Contents

Method GetPanel

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetPanel(SplitPanelPosition)

Retrieves the panel associated with the specified position.

public virtual AbstractControl GetPanel(SplitPanelPosition position)

Parameters

position SplitPanelPosition

The position of the panel to retrieve. Must be one of the defined SplitPanelPosition values.

Returns

AbstractControl

The AbstractControl corresponding to the specified position.

Exceptions

ArgumentOutOfRangeException

Thrown if position is not a valid SplitPanelPosition.