Flexivert Library Documentation
Confirm Method (text)
NamespacesFlexivert.UIIFlexivertApplicationConfirm(String)
Asks a yes/no question from the user.
Declaration Syntax
C#Visual BasicVisual C++
bool Confirm(
	string text
)
Function Confirm ( _
	text As String _
) As Boolean
bool Confirm(
	String^ text
)
Parameters
text (String)
The message text, which is the question.
Return Value
The result of the question

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)