Method InsertPane
InsertPane(Control, IAuiPaneInfo, AuiPaneInsertLevel)
Used to insert either a previously unmanaged pane window into the frame manager, or to insert a currently managed pane somewhere else.
public bool InsertPane(Control control, IAuiPaneInfo insertLoc, AuiPaneInsertLevel insertLevel)
Parameters
control
ControlPane control.
insertLoc
IAuiPaneInfoPosition where to insert.
insertLevel
AuiPaneInsertLevelСlarification of the insert position.
Returns
- bool
true
if pane was inserted successfully,false
otherwise.
Remarks
This function will push all panes, rows, or docks aside and insert
the window into the position specified by insertLoc
.