OpenAfterSave

Top  Previous  Next

The OpenAfterSave property opens the document after it is saved.

 

 

 

Syntax

 

 

[VC++]

BOOL GetOpenAfterSave();        

void SetOpenAfterSave(BOOL bNewValue);

 

[CS]

public abstract new bool OpenAfterSave [  get,  set ]

 

[VB]

Property OpenAfterSave As Boolean

 

 

 

 

Note

 

 

Set this property to True for the document to be opened after it is saved. Otherwise, it will not be opened.