Table of Contents

Method SavePaneInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SavePaneInfo(IAuiPaneInfo)

Saves information about a single pane, similar to SavePerspective().

public string SavePaneInfo(IAuiPaneInfo paneInfo)

Parameters

paneInfo IAuiPaneInfo

Pane whose layout parameters should be serialized.

Returns

string

The serialized layout parameters of the pane are returned within the string. Information about the references to UI elements stored in the pane are not serialized.