Retrieves the next control in the tab order of child controls.
[Visual Basic] Public Function GetNextControl( _ ByVal ctl As Control, _ ByVal forward As Boolean _ ) As Control [C#] public Control GetNextControl( Control ctl, bool forward ); [C++] public: Control* GetNextControl( Control* ctl, bool forward ); [JScript] public function GetNextControl( ctl : Control, forward : Boolean ) : Control;
next control in the tab order.