Class Node
Inheritance
System.Object
System.MarshalByRefObject
Node
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpenUI.dll
Syntax
public class Node : TaggedObject, IMessageSink
Constructors
Node()
Declaration
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
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
NextSelectedNode
Declaration
public Node NextSelectedNode { get; }
Property Value
NextSiblingNode
Declaration
public Node NextSiblingNode { get; }
Property Value
ParentNode
Declaration
public Node ParentNode { get; }
Property Value
PreviousNode
Declaration
public Node PreviousNode { get; }
Property Value
PreviousSelectedNode
Declaration
public Node PreviousSelectedNode { get; }
Property Value
PreviousSiblingNode
Declaration
public Node PreviousSiblingNode { get; }
Property Value
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
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
GetState()
Declaration
Returns
Type |
Description |
System.Int32 |
|
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