SimpleEditorView.FQueryTerminate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the component manager wishes to know whether the view is in a state in which it can terminate.
public:
virtual int FQueryTerminate(int fPromptUser);
public:
virtual int FQueryTerminate(int fPromptUser);
virtual int FQueryTerminate(int fPromptUser);
public virtual int FQueryTerminate (int fPromptUser);
abstract member FQueryTerminate : int -> int
override this.FQueryTerminate : int -> int
Public Overridable Function FQueryTerminate (fPromptUser As Integer) As Integer
Parameters
- fPromptUser
- Int32
true
if the user should be prompted if it is necessary to terminate, false
if the user should not be prompted.
Returns
true
if the component can terminate, otherwise false
.
Implements
Remarks
By default this method is not implemented and returns true
.