Raises the System.WinForms.UpDownBase.EditResize event.
[Visual Basic] Overridable Protected Sub OnEditResize( _ ByVal source As Object, _ ByVal e As EventArgs _ ) [C#] protected virtual void OnEditResize( object source, EventArgs e ); [C++] protected: virtual void OnEditResize( Object* source, EventArgs* e ); [JScript] protected function OnEditResize( source : Object, e : EventArgs );
Adjusts the size of the up-down control when the text box portion of the control is resized.
UpDownBase Class | UpDownBase Members | System.WinForms Namespace