ZForge.Controls.TreeViewAdv.Tree.NodeControls.BaseTextControl.SetLabel C# (CSharp) Method

SetLabel() public method

public SetLabel ( TreeNodeAdv node, string value ) : void
node TreeNodeAdv
value string
return void
        public void SetLabel(TreeNodeAdv node, string value)
        {
            SetValue(node, value);
        }