Asks a yes/no question from the user.
| C# | Visual Basic | Visual C++ |
bool Confirm( string text )
Function Confirm ( _ text As String _ ) As Boolean
bool Confirm( String^ text )
- text (String)
- The message text, which is the question.
The result of the question