EditorControl.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 component is in a state in which it can terminate.
public:
override int FQueryTerminate(int fPromptUser);
public:
override int FQueryTerminate(int fPromptUser);
override int FQueryTerminate(int fPromptUser);
public override int FQueryTerminate (int fPromptUser);
override this.FQueryTerminate : int -> int
Public Overrides Function FQueryTerminate (fPromptUser As Integer) As Integer
Parameters
- fPromptUser
- Int32
true
if the component should prompt the user if it needs to terminate, false
if it should not prompt the user.
Returns
true
if the component can terminate, otherwise false
.
Remarks
By default this method is not implemented and returns true
.