Method AddPane
AddPane(Control, IAuiPaneInfo)
Tells the frame manager to start managing a child control.
public bool AddPane(Control control, IAuiPaneInfo paneInfo)
Parameters
controlControlChild control to manage.
paneInfoIAuiPaneInfoPane information with settings.
Returns
AddPane(Control, IAuiPaneInfo, PointD)
Tells the frame manager to start managing a child control.
public bool AddPane(Control control, IAuiPaneInfo paneInfo, PointD dropPos)
Parameters
controlControlChild control to manage.
paneInfoIAuiPaneInfoPane information with settings.
dropPosPointDAllows a drop position to be specified, which will determine where the pane will be added.
Returns
- bool
trueif new pane was added successfully,falseotherwise.
AddPane(Control, GenericDirection, string)
Tells the frame manager to start managing a child control.
public bool AddPane(Control control, GenericDirection direction, string caption)
Parameters
controlControlChild control to manage.
directionGenericDirectionPosition where new pane will be added.
captionstringPane caption.