ISplashViewYesNoPrompt Method |
Blocking method that displays a prompt and asks the user to choose one of a yes/no response. Returns true if the user answers yes.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool YesNoPrompt(
string message,
string title,
bool defaultYes
)
Function YesNoPrompt (
message As String,
title As String,
defaultYes As Boolean
) As Boolean
bool YesNoPrompt(
String^ message,
String^ title,
bool defaultYes
)
abstract YesNoPrompt :
message : string *
title : string *
defaultYes : bool -> bool
Parameters
- message
- Type: SystemString
- title
- Type: SystemString
- defaultYes
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also