Asks a yes/no question from the user.
Declaration Syntax
C# | Visual Basic | Visual 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