The top level control that contains this control. This doesn't have to be the same as the value returned from getForm since forms can be parented to other controls.
[Visual Basic] Public ReadOnly Property TopLevelControl As Control [C#] public Control TopLevelControl {get;} [C++] public: __property Control* get_TopLevelControl(); [JScript] public function get TopLevelControl() : Control;