Search Results for

    Show / Hide Table of Contents

    Class Explorer

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    Explorer
    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 Explorer : UIBlock, IMessageSink

    Constructors

    Explorer()

    Declaration
    protected Explorer()

    Properties

    CurrentNode

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

    Localize

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

    Members

    Declaration
    public PropertyList Members { get; }
    Property Value
    Type Description
    PropertyList

    TreeWidth

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

    Methods

    SetChildMembers(UIBlock, UIBlock[])

    Declaration
    public void SetChildMembers(UIBlock parentMember, UIBlock[] childMembers)
    Parameters
    Type Name Description
    UIBlock parentMember
    UIBlock[] childMembers

    SetNotifyNodeSelectedPostHandler(NotifyNodeSelectedPostCallback)

    Declaration
    public void SetNotifyNodeSelectedPostHandler(Explorer.NotifyNodeSelectedPostCallback cb)
    Parameters
    Type Name Description
    Explorer.NotifyNodeSelectedPostCallback cb

    SetNotifyNodeSelectedPreHandler(NotifyNodeSelectedPreCallback)

    Declaration
    public void SetNotifyNodeSelectedPreHandler(Explorer.NotifyNodeSelectedPreCallback cb)
    Parameters
    Type Name Description
    Explorer.NotifyNodeSelectedPreCallback cb

    TestCurrentNodeChanged(int)

    Declaration
    public void TestCurrentNodeChanged(int currentNode)
    Parameters
    Type Name Description
    int currentNode

    Implements

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