IUpdateUIShowYesNoPrompt Method |
Causes the user interface to display a yes/no prompt with the specified message.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
SyntaxYesNoResponse ShowYesNoPrompt(
string message
)
Function ShowYesNoPrompt (
message As String
) As YesNoResponse
YesNoResponse ShowYesNoPrompt(
String^ message
)
abstract ShowYesNoPrompt :
message : string -> YesNoResponse
Parameters
- message
- Type: SystemString
A message to display to the user.
Return Value
Type:
YesNoResponseA
YesNoResponse value indicating the user's response.
See Also