SilverlightMappingToolBasic.UI.SuperGraph.View.NodeControlSupportClasses.NodeTextInput.UnlinkNodeControl C# (CSharp) Method

UnlinkNodeControl() public method

public UnlinkNodeControl ( ) : void
return void
        public void UnlinkNodeControl()
        {
            if (ParentControl != null)
            {
                ParentControl.TextArea.Children.Remove(this);
                //ParentControl = null;
            }
        }
    }