Method AddPane
AddPane(Control, IAuiPaneInfo)
Tells the frame manager to start managing a child control.
public bool AddPane(Control control, IAuiPaneInfo paneInfo)
Parameters
control
ControlChild control to manage.
paneInfo
IAuiPaneInfoPane 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
control
ControlChild control to manage.
paneInfo
IAuiPaneInfoPane information with settings.
dropPos
PointDAllows 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
ControlChild control to manage.
direction
GenericDirectionPosition where new pane will be added.
caption
stringPane caption.