
284 Chapter 7 • Creating Windows Forms
RectangleToClient Gets the client coordinates and size of a
specified rectangle.
RectangleToScreen Gets the client coordinates and size for a
specified rectangle.
Refresh (inherited from Forces the control to invalidate and immediately
Control) repaint itself and any children.
RemoveOwnedForm Removes a form from the list of owned forms.
Also sets the owner of the removed form to a
null reference (in Visual Basic Nothing).
ResetBackColor (inherited Resets the back color to be based on the
from RichControl) parent’s back color.
ResetBindings (inherited Resets the DataBindings property to its default
from RichControl ...