public override Control CreateControl(IRuleControlOwner owner, Control.ControlCollection collection, System.Drawing.Point pos) { RuleControl rc = new RuleControl(owner); rc.Location = pos; rc.RestoreFromRule(this); DisposeControl(); ruleControl_ = rc; collection.Add(rc); return rc; }
public override Control CreateControl(IRuleControlOwner owner, Control.ControlCollection collection, System.Drawing.Point pos) { RuleControl rc = new RuleControl(owner); rc.Location = pos; rc.RestoreFromRule(this); DisposeControl(); ruleControl_ = rc; collection.Add(rc); return(rc); }
public override void ForgetControl() { ruleControl_ = null; }