Table of Contents

Method LoadPaneInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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 string

Serialized pane data.

paneInfo IAuiPaneInfo

Pane information.

Remarks

This method writes the serialized data into the passed pane. References to UI elements are not modified.