WinForms Development: 4. Form Properties, Events, and Methods

[video width=“593” height=“486”]http://v.youku.com/v_show/id_XNTkyOTA2MTA4.html[/video] This lesson explains the properties and events of the WinForm form itself. All fairly simple, just rote memorization, so I won’t babble. But a few points to note:

WinForm’s Enter and Leave events were removed by the Form class and can’t be used; they’re replaced by the following two events: Activated event: triggered when the form gets focus Deactivate event: triggered when the form loses focus