GetYesNoCancel
The GetYesNoCancel function displays a message in a standard Windows message box containing [Yes], [No], and [Cancel] buttons. The returned value may be tested for which button was pressed.
|
|
number = GetYesNoCancel( string ) |
[Yes] returns 1.
[No] returns 2.
[Cancel] returns 3.
This dialog differs from GetYesNo in that it adds a [Cancel] button and it returns a number rather than true/false.