ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / MsgBoxResult Enumeration

In This Topic
    MsgBoxResult Enumeration
    In This Topic
    Indicates which button was pressed on a message box, returned by the MsgBox function.
    Syntax
    'Declaration
     
    Public Enum MsgBoxResult 
       Inherits System.Enum
    public enum MsgBoxResult : System.Enum 
    Members
    MemberDescription
    AbortAbort button was pressed. This member is equivalent to the Visual Basic constant vbAbort.
    CancelCancel button was pressed. This member is equivalent to the Visual Basic constant vbCancel.
    IgnoreIgnore button was pressed. This member is equivalent to the Visual Basic constant vbIgnore.
    NoNo button was pressed. This member is equivalent to the Visual Basic constant vbNo.
    OkOK button was pressed. This member is equivalent to the Visual Basic constant vbOK.
    RetryRetry button was pressed. This member is equivalent to the Visual Basic constant vbRetry.
    YesYes button was pressed. This member is equivalent to the Visual Basic constant vbYes.
    Remarks
    This type should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Enterprise.Data.VisualBasicReplacement.MsgBoxResult

    See Also