[Visual Basic] Overridable Public Sub Stop( _ ByVal step As Integer, _ ByVal screenType As Type _ ) [C#] public virtual void Stop( int step, Type screenType ); [C++] public: virtual void Stop( int step, Type* screenType ); [JScript] public virtual function Stop( int step, Type screenType );