Method LoadPaneInfo
LoadPaneInfo(string, IAuiPaneInfo)
Similar to LoadPerspective(string, bool), with the exception that it only loads information about a single pane.
public void LoadPaneInfo(string panePart, IAuiPaneInfo paneInfo)
Parameters
panePartstringSerialized pane data.
paneInfoIAuiPaneInfoPane information.
Remarks
This method writes the serialized data into the passed pane. References to UI elements are not modified.