Class NXMessageBox
Assembly: NXOpenUI.dll
Syntax
public class NXMessageBox : NXRemotableObject, IMessageSink
Constructors
NXMessageBox(UI)
Declaration
protected NXMessageBox(UI owner)
Parameters
Type |
Name |
Description |
UI |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
Show(string, DialogType, string)
Declaration
public int Show(string title, NXMessageBox.DialogType msgboxType, string message)
Parameters
Returns
Show(string, DialogType, string[])
Declaration
public int Show(string title, NXMessageBox.DialogType msgboxType, string[] messages)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink