public override Object Clone() { ClickNode newNode = new ClickNode(Name); newNode.SetOptions(getNonDefaultOptions()); return newNode; }