'Declaration Public Function CloseDocument( _
ByVal needCheckChangesA value indicating whether the file panel should be check changes before closing document.As Boolean _
) As Boolean
public bool CloseDocument(
bool needCheckChanges
)
public: bool CloseDocument(
bool needCheckChanges
)
public:
bool CloseDocument(
bool needCheckChanges
)
Parameters
- needCheckChanges
- A value indicating whether the file panel should be check changes before closing document.
Return Value
True if the action is executed; otherwise false.