public void SetSelected(bool InSelected) { Selected = InSelected; if (Selected) { _Parent.ReportSelected(_Index); } }