Activates and shows the form in a top level editor in the application
workspace. Additionally, any nested forms are synchronized with the
latest changes in the new view. This is important because we can have
multiple views of the same form.
DesActivates the forms in the given editor. Additionally, any nested
forms are synchronized with the latest changes in the new view. This is
important because we can have multiple views of the same form.
Installs the mouse and keyboard handlers for the given component. Note
that we don't do this in the GridComponent itself because handlers are
only installed in design mode.