ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbIgnore Field

In This Topic
    vbIgnore Field
    In This Topic
    Represents the Ignore button on a message box. This constant is returned by the MsgBox function to indicate that the Ignore button was pressed.
    Syntax
    'Declaration
     
    Public Const vbIgnore As MsgBoxResult
    public const MsgBoxResult vbIgnore
    See Also