MsgBoxResult
Wisej.Web.VisualBasic.MsgBoxResult
public enum MsgBoxResult : EnumPublic Enum MsgBoxResult As [Enum]Fields
Name
Description
Used By
Name
Description
Last updated
Was this helpful?
Wisej.Web.VisualBasic.MsgBoxResult
Namespace: Wisej.Web.VisualBasic
Assembly: Wisej.Framework (4.0.0.0)
Indicates which button was pressed on a message box, returned by the MsgBox function.
public enum MsgBoxResult : EnumPublic Enum MsgBoxResult As [Enum]Abort
Abort button was pressed. This member is equivalent to the Visual Basic constant vbAbort.
Cancel
Cancel button was pressed. This member is equivalent to the Visual Basic constant vbCancel.
Ignore
Ignore button was pressed. This member is equivalent to the Visual Basic constant vbIgnore.
No
No button was pressed. This member is equivalent to the Visual Basic constant vbNo.
None
Nothing is returned from the dialog box.
Ok
OK button was pressed. This member is equivalent to the Visual Basic constant vbOK.
Retry
Retry button was pressed. This member is equivalent to the Visual Basic constant vbRetry.
Yes
Yes button was pressed. This member is equivalent to the Visual Basic constant vbYes.
Displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Last updated
Was this helpful?
Was this helpful?

