Method GetPanel
GetPanel(SplitPanelPosition)
Retrieves the panel associated with the specified position.
public virtual AbstractControl GetPanel(SplitPanelPosition position)
Parameters
positionSplitPanelPositionThe 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
positionis not a valid SplitPanelPosition.