Class MessageBoxTester
Inheritance
MessageBoxTester
Assembly: NXOpenUI.dll
Syntax
public class MessageBoxTester : TransientObject, IMessageSink, IDisposable
Constructors
MessageBoxTester(nint)
Declaration
protected MessageBoxTester(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
SequenceCheck
Declaration
public bool SequenceCheck { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SuppressAllQuestionMessageBox(Response)
Declaration
public void SuppressAllQuestionMessageBox(MessageBoxTester.Response choice)
Parameters
Validate(string, DialogType, string[], Response)
Declaration
public void Validate(string title, NXMessageBox.DialogType msgboxType, string[] messages, MessageBoxTester.Response choice)
Parameters
ValidateIgnoreBody(string, DialogType, Response)
Declaration
public void ValidateIgnoreBody(string title, NXMessageBox.DialogType msgboxType, MessageBoxTester.Response choice)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink