Method SafeSet
SafeSet(IAuiPaneInfo)
Writes the safe parts of a IAuiPaneInfo object
source
into "this".
void SafeSet(IAuiPaneInfo source)
Parameters
source
IAuiPaneInfoSource 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.