ClassControl ClassControl = new ClassControl(TheForm_ID);
Control TheControlValue = TheForm.GetNextControl(null, true); ClassControl is my class where I do most of my work.