SetShouldSave
TheSetShouldSavemethod specifies whether this window object should be saved in its draft.
void SetShouldSave (in ODBoolean shouldSave);
shouldSavekODTrueif this window object should be saved in its draft, otherwisekODFalse.DISCUSSION
This property should generally be set to true for root windows and false for other windows.SEE ALSO
TheODWindow::ShouldSavemethod (page 837).