Search Results for

    Show / Hide Table of Contents

    Class Node

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Node
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class Node : TaggedObject, IMessageSink

    Constructors

    Node()

    Declaration
    protected Node()

    Properties

    CrossSelection

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

    DisplayIcon

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

    DisplayText

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

    FirstChildNode

    Declaration
    public Node FirstChildNode { get; }
    Property Value
    Type Description
    Node

    ForegroundColor

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

    IsExpanded

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

    IsInserted

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

    IsSelected

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

    NextNode

    Declaration
    public Node NextNode { get; }
    Property Value
    Type Description
    Node

    NextSelectedNode

    Declaration
    public Node NextSelectedNode { get; }
    Property Value
    Type Description
    Node

    NextSiblingNode

    Declaration
    public Node NextSiblingNode { get; }
    Property Value
    Type Description
    Node

    ParentNode

    Declaration
    public Node ParentNode { get; }
    Property Value
    Type Description
    Node

    PreviousNode

    Declaration
    public Node PreviousNode { get; }
    Property Value
    Type Description
    Node

    PreviousSelectedNode

    Declaration
    public Node PreviousSelectedNode { get; }
    Property Value
    Type Description
    Node

    PreviousSiblingNode

    Declaration
    public Node PreviousSiblingNode { get; }
    Property Value
    Type Description
    Node

    SelectedIcon

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

    Methods

    Expand(Node.ExpandOption)

    Declaration
    public void Expand(Node.ExpandOption expandOption)
    Parameters
    Type Name Description
    Node.ExpandOption expandOption

    GetColumnDisplayText(Int32)

    Declaration
    public string GetColumnDisplayText(int columnID)
    Parameters
    Type Name Description
    System.Int32 columnID
    Returns
    Type Description
    System.String

    GetNodeData()

    Declaration
    public DataContainer GetNodeData()
    Returns
    Type Description
    DataContainer

    GetState()

    Declaration
    public int GetState()
    Returns
    Type Description
    System.Int32

    ScrollTo(Int32, Node.Scroll)

    Declaration
    public void ScrollTo(int columnID, Node.Scroll visibleOption)
    Parameters
    Type Name Description
    System.Int32 columnID
    Node.Scroll visibleOption

    SetColumnDisplayText(Int32, String)

    Declaration
    public void SetColumnDisplayText(int columnID, string columnDisplayText)
    Parameters
    Type Name Description
    System.Int32 columnID
    System.String columnDisplayText

    SetState(Int32)

    Declaration
    public void SetState(int state)
    Parameters
    Type Name Description
    System.Int32 state

    Implements

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