Search Results for

    Show / Hide Table of Contents

    Class SessionUserInterfaceUI

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SessionUserInterfaceUI
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Preferences
    Assembly: NXOpenUI.dll
    Syntax
    public class SessionUserInterfaceUI : NXRemotableObject, IMessageSink

    Constructors

    SessionUserInterfaceUI(UI)

    Declaration
    protected SessionUserInterfaceUI(UI owner)
    Parameters
    Type Name Description
    UI owner

    Properties

    ConfirmUndo

    Declaration
    public bool ConfirmUndo { get; set; }
    Property Value
    Type Description
    System.Boolean

    DialogBarDecimalPlaces

    Declaration
    public int DialogBarDecimalPlaces { get; set; }
    Property Value
    Type Description
    System.Int32

    DialogBarTracking

    Declaration
    public bool DialogBarTracking { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayAlertsOnInformation

    Declaration
    public bool DisplayAlertsOnInformation { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayAlertsOnWarnings

    Declaration
    public bool DisplayAlertsOnWarnings { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayDialogsInPlayback

    Declaration
    public bool DisplayDialogsInPlayback { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayResourceBarOption

    Declaration
    public SessionUserInterfaceUI.DisplayResourceBar DisplayResourceBarOption { get; set; }
    Property Value
    Type Description
    SessionUserInterfaceUI.DisplayResourceBar

    HomePageURL

    Declaration
    public string HomePageURL { get; set; }
    Property Value
    Type Description
    System.String

    InitialDialogDisplay

    Declaration
    public bool InitialDialogDisplay { get; set; }
    Property Value
    Type Description
    System.Boolean

    ListingDecimalPlaces

    Declaration
    public int ListingDecimalPlaces { get; set; }
    Property Value
    Type Description
    System.Int32

    PagesAutomaticallyFlyOut

    Declaration
    public bool PagesAutomaticallyFlyOut { get; set; }
    Property Value
    Type Description
    System.Boolean

    PauseDuration

    Declaration
    public int PauseDuration { get; set; }
    Property Value
    Type Description
    System.Int32

    RecordAllTransform

    Declaration
    public bool RecordAllTransform { get; set; }
    Property Value
    Type Description
    System.Boolean

    SaveLayoutAtExit

    Declaration
    public bool SaveLayoutAtExit { get; set; }
    Property Value
    Type Description
    System.Boolean

    Tag

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

    UseSystemPrecision

    Declaration
    public bool UseSystemPrecision { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ResetDialogBoxSettings()

    Declaration
    public void ResetDialogBoxSettings()

    Implements

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