MobileControls have no Super.Constructor?

Do mobile controls not have the Super.Constructor method? I am converting my iOS framework app to the Mobile Framework and I’m getting errors regarding calling Super.Constructor in constructor methods for my subclasses. If we can’t call the Super.Constructor when we want, how can we control the order in which the control initializes? This seems like something that is pretty important to me…