MsgBoxResult Enumeration

 <  Day Day Up  >  

The MsgBoxResult enumeration is used by the MsgBox function in the Interaction module to indicate which button in a message box was pressed.

 OK = 1 

The OK button was pressed. Constant equivalent: vbOK .

 Cancel = 2 

The Cancel button was pressed. Constant equivalent: vbCancel .

 Abort = 3 

The Abort button was pressed. Constant equivalent: vbAbort .

 Retry = 4 

The Retry button was pressed. Constant equivalent: vbRetry .

 Ignore = 5 

The Ignore button was pressed. Constant equivalent: vbIgnore .

 Yes = 6 

The Yes button was pressed. Constant equivalent: vbYes .

 No = 7 

The No button was pressed. Constant equivalent: vbNo .

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net