ZForge.Controls.TreeViewAdv.Tree.NodeControlInfo.NodeControlInfo C# (CSharp) Method

NodeControlInfo() public method

public NodeControlInfo ( NodeControl control, Rectangle bounds, TreeNodeAdv node ) : System
control ZForge.Controls.TreeViewAdv.Tree.NodeControls.NodeControl
bounds System.Drawing.Rectangle
node TreeNodeAdv
return System
        public NodeControlInfo(NodeControl control, Rectangle bounds, TreeNodeAdv node)
        {
            _control = control;
            _bounds = bounds;
            _node = node;
        }
NodeControlInfo