Table of Contents

Method AddPane

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

AddPane(Control, IAuiPaneInfo)

Tells the frame manager to start managing a child control.

public bool AddPane(Control control, IAuiPaneInfo paneInfo)

Parameters

control Control

Child control to manage.

paneInfo IAuiPaneInfo

Pane information with settings.

Returns

bool

AddPane(Control, IAuiPaneInfo, PointD)

Tells the frame manager to start managing a child control.

public bool AddPane(Control control, IAuiPaneInfo paneInfo, PointD dropPos)

Parameters

control Control

Child control to manage.

paneInfo IAuiPaneInfo

Pane information with settings.

dropPos PointD

Allows a drop position to be specified, which will determine where the pane will be added.

Returns

bool

true if new pane was added successfully, false otherwise.

AddPane(Control, GenericDirection, string)

Tells the frame manager to start managing a child control.

public bool AddPane(Control control, GenericDirection direction, string caption)

Parameters

control Control

Child control to manage.

direction GenericDirection

Position where new pane will be added.

caption string

Pane caption.

Returns

bool