Table of Contents

Method SafeSet

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SafeSet(IAuiPaneInfo)

Writes the safe parts of a IAuiPaneInfo object source into "this".

void SafeSet(IAuiPaneInfo source)

Parameters

source IAuiPaneInfo

Source from which pane property values are copied.

Remarks

"Safe parts" are all non-UI elements(e.g.all layout determining parameters like the size, position etc.). "Unsafe parts" (references to button, frame and window) are not modified by this write operation. This method is used when loading perspectives.