Search Results for

    Show / Hide Table of Contents

    Class NXMessageBox

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    NXMessageBox
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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, DialogType, string)

    Declaration
    public int Show(string title, NXMessageBox.DialogType msgboxType, string message)
    Parameters
    Type Name Description
    string title
    NXMessageBox.DialogType msgboxType
    string message
    Returns
    Type Description
    int

    Show(string, DialogType, string[])

    Declaration
    public int Show(string title, NXMessageBox.DialogType msgboxType, string[] messages)
    Parameters
    Type Name Description
    string title
    NXMessageBox.DialogType msgboxType
    string[] messages
    Returns
    Type Description
    int

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX