Search Results for

    Show / Hide Table of Contents

    Class SessionUserInterfaceUI

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SessionUserInterfaceUI
    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.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
    bool

    DialogBarDecimalPlaces

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

    DialogBarTracking

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

    DisplayAlertsOnInformation

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

    DisplayAlertsOnWarnings

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

    DisplayDialogsInPlayback

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

    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
    string

    InitialDialogDisplay

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

    ListingDecimalPlaces

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

    PagesAutomaticallyFlyOut

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

    PauseDuration

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

    RecordAllTransform

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

    SaveLayoutAtExit

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

    SpeechRecognitionMode

    Declaration
    public SessionUserInterfaceUI.SpeechMode SpeechRecognitionMode { get; set; }
    Property Value
    Type Description
    SessionUserInterfaceUI.SpeechMode

    Tag

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

    UseSystemPrecision

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

    Methods

    ResetDialogBoxSettings()

    Declaration
    public void ResetDialogBoxSettings()

    Implements

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