Click or drag to resize
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.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool YesNoPrompt(
	string message,
	string title,
	bool defaultYes
)

Parameters

message
Type: SystemString
title
Type: SystemString
defaultYes
Type: SystemBoolean

Return Value

Type: Boolean
See Also