Class Node
Assembly: NXOpenUI.dll
Syntax
public class Node : TaggedObject, IMessageSink
Constructors
Node()
Declaration
Properties
CrossSelection
Declaration
public bool CrossSelection { get; set; }
Property Value
DisplayIcon
Declaration
public string DisplayIcon { get; set; }
Property Value
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
FirstChildNode
Declaration
public Node FirstChildNode { get; }
Property Value
ForegroundColor
Declaration
public int ForegroundColor { get; set; }
Property Value
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
IsInserted
Declaration
public bool IsInserted { get; }
Property Value
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
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
Methods
Expand(ExpandOption)
Declaration
public void Expand(Node.ExpandOption expandOption)
Parameters
GetColumnDisplayText(int)
Declaration
public string GetColumnDisplayText(int columnID)
Parameters
Type |
Name |
Description |
int |
columnID |
|
Returns
GetNodeData()
Declaration
public DataContainer GetNodeData()
Returns
GetState()
Declaration
Returns
Declaration
public void ScrollTo(int columnID, Node.Scroll visibleOption)
Parameters
SetColumnDisplayText(int, string)
Declaration
public void SetColumnDisplayText(int columnID, string columnDisplayText)
Parameters
Type |
Name |
Description |
int |
columnID |
|
string |
columnDisplayText |
|
SetState(int)
Declaration
public void SetState(int state)
Parameters
Type |
Name |
Description |
int |
state |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink