Search Results for

    Show / Hide Table of Contents

    Class FileSelection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    FileSelection
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class FileSelection : UIBlock, IMessageSink

    Constructors

    FileSelection()

    Declaration
    protected FileSelection()

    Properties

    Filter

    Declaration
    public string Filter { get; set; }
    Property Value
    Type Description
    string

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    string

    RetainStringValue

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

    Methods

    TestPathSelected(string)

    Declaration
    public void TestPathSelected(string path)
    Parameters
    Type Name Description
    string path

    Implements

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