Search Results for

    Show / Hide Table of Contents

    Class DialogItem

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    DialogItem
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.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, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UIStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class DialogItem : StylerItem, IMessageSink, IDisposable

    Constructors

    DialogItem(IntPtr)

    Declaration
    protected DialogItem(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    FileOperationData

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

    Methods

    AddApplyHandler(DialogItem.Apply, Boolean)

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

    AddBackHandler(DialogItem.Back, Boolean)

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

    AddCancelHandler(DialogItem.Cancel, Boolean)

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

    AddConstructHandler(DialogItem.Construct, Boolean)

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

    AddDestructHandler(DialogItem.Destruct, Boolean)

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

    AddFileOperationHandler(DialogItem.FileOperation, Boolean)

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

    AddOkayHandler(DialogItem.Okay, Boolean)

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

    AddPageSwitchHandler(DialogItem.PageSwitch, Boolean)

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

    GetSelectionHandle()

    Declaration
    public SelectionHandle GetSelectionHandle()
    Returns
    Type Description
    SelectionHandle

    SetNavigationSensitivity(DialogItem.DialogItemIndex, Boolean)

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

    SetResize(Boolean)

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

    SetSensitivity(Boolean)

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

    SetTitle(String)

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

    SetWidth(Int32)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX