Skip to main content

SalTreeItem

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Represents an item in the SalTreeControl.

public class SalTreeItem : TreeNode

Constructors

Instance memberSalTreeItem()

Initializes a new instance of the SalTreeItem class.

Instance memberSalTreeItem(text)

Initializes a new instance of the SalTreeItem class.

NameTypeDescription
textStringText to display in the SalTreeControl.

Properties

Instance memberIsDynamic

Boolean: Indicates that the node was created dynamically by code.

Instance memberIsEditable

Boolean: Indicates that the label of the tree item is editable.

Instance memberValue

SalNumber: Stores a value associated with the node.