Class NXMessageBox
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
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
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
Show(String, NXMessageBox.DialogType, String)
Declaration
public int Show(string title, NXMessageBox.DialogType msgboxType, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
NXMessageBox.DialogType | msgboxType | |
System.String | message |
Returns
Type | Description |
---|---|
System.Int32 |
Show(String, NXMessageBox.DialogType, String[])
Declaration
public int Show(string title, NXMessageBox.DialogType msgboxType, string[] messages)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
NXMessageBox.DialogType | msgboxType | |
System.String[] | messages |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink