I need to change the default datetime dropdown boxes for the time selection to comboboxes so that the user can actually type in the hour/minute instead of just selecting it from a dropdown. I can add new comboboxes into the datacard for the datetime but there are a lot of properties in the dropdown controls that I need to copy into the new comboboxes so they match the appearance and functions of the original dropdown controls.
So the question becomes, is there any easy way to copy over all of the properties from the dropdown to the combox?