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
panePart
stringSerialized pane data.
paneInfo
IAuiPaneInfoPane information.
Remarks
This method writes the serialized data into the passed pane. References to UI elements are not modified.