The title pretty much says it all. A Windows Form
is a type of Control
, and Controls
are UI elements that have a Size
property along with size-related methods such as OnResize
and OnSizeChanged
.
But Forms also have OnResizeBegin
(and OnResizeEnd
), which are not found in Control
. Is this omission an oversight, a prescient design decision, or something else entirely?