UserControl nativeform = (UserControl)form.NativeForm; // Could also use as SmartPart, EntityBoundSmartPart, or even the MyQuickFormName foreach (Control c in nativeform.Controls){ //do something}