Click or drag to resize

NodeControlInfo Constructor

Initializes a new instance of the NodeControlInfo class

Namespace: Internal.Aga.Controls.Tree
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public NodeControlInfo(
	NodeControl control,
	Rectangle bounds,
	TreeNodeAdv node
)

Parameters

control  NodeControl
 
bounds  Rectangle
 
node  TreeNodeAdv
 
See Also