Search Results for

    Show / Hide Table of Contents

    Class DialogItem

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    DialogItem
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    StylerItem.FreeResource()
    StylerItem.GetItemType()
    StylerItem.InitializeAttachment()
    StylerItem.SetAttachment(Attachment)
    StylerItem.IsEqualTo(StylerItem)
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UIStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class DialogItem : StylerItem, IMessageSink, IDisposable

    Constructors

    DialogItem(nint)

    Declaration
    protected DialogItem(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    FileOperationData

    Declaration
    public FileOperationData FileOperationData { get; }
    Property Value
    Type Description
    FileOperationData

    Methods

    AddApplyHandler(Apply, bool)

    Declaration
    public void AddApplyHandler(DialogItem.Apply applyevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.Apply applyevent
    bool isDialogLaunchingEvent

    AddBackHandler(Back, bool)

    Declaration
    public void AddBackHandler(DialogItem.Back backevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.Back backevent
    bool isDialogLaunchingEvent

    AddCancelHandler(Cancel, bool)

    Declaration
    public void AddCancelHandler(DialogItem.Cancel cancelevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.Cancel cancelevent
    bool isDialogLaunchingEvent

    AddConstructHandler(Construct, bool)

    Declaration
    public void AddConstructHandler(DialogItem.Construct constructevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.Construct constructevent
    bool isDialogLaunchingEvent

    AddDestructHandler(Destruct, bool)

    Declaration
    public void AddDestructHandler(DialogItem.Destruct destructevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.Destruct destructevent
    bool isDialogLaunchingEvent

    AddFileOperationHandler(FileOperation, bool)

    Declaration
    public void AddFileOperationHandler(DialogItem.FileOperation fileoperationevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.FileOperation fileoperationevent
    bool isDialogLaunchingEvent

    AddOkayHandler(Okay, bool)

    Declaration
    public void AddOkayHandler(DialogItem.Okay okayevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.Okay okayevent
    bool isDialogLaunchingEvent

    AddPageSwitchHandler(PageSwitch, bool)

    Declaration
    public void AddPageSwitchHandler(DialogItem.PageSwitch switchevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    DialogItem.PageSwitch switchevent
    bool isDialogLaunchingEvent

    GetSelectionHandle()

    Declaration
    public SelectionHandle GetSelectionHandle()
    Returns
    Type Description
    SelectionHandle

    SetNavigationSensitivity(DialogItemIndex, bool)

    Declaration
    public void SetNavigationSensitivity(DialogItem.DialogItemIndex subItemIndex, bool type)
    Parameters
    Type Name Description
    DialogItem.DialogItemIndex subItemIndex
    bool type

    SetResize(bool)

    Declaration
    public void SetResize(bool type)
    Parameters
    Type Name Description
    bool type

    SetSensitivity(bool)

    Declaration
    public void SetSensitivity(bool type)
    Parameters
    Type Name Description
    bool type

    SetTitle(string)

    Declaration
    public void SetTitle(string strLabel)
    Parameters
    Type Name Description
    string strLabel

    SetWidth(int)

    Declaration
    public void SetWidth(int width)
    Parameters
    Type Name Description
    int width

    Implements

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