| ProjectExplorerWindowAskToSaveProject Method |
This is called to ask the user if they want to save their project
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public bool AskToSaveProject()
Public Function AskToSaveProject As Boolean
public:
bool AskToSaveProject()
member AskToSaveProject : unit -> bool
Return Value
Type:
BooleanReturns true if saved successfully or no save is wanted. Returns false on error or if
cancelled.
See Also