|
+
|
ActivateWindowTitleEventHandler ()
|
Activate MdiChildActivate and TextChanged event handlers. This
is required to circumvent issues (frozen app) that may occur while
changing the MdiContainer title (Text property) in the middle of
the process of embedding (before the embedded window has been
fully realized as an MDI child).
|
|
+
|
DeactivateWindowTitleEventHandler ()
|
Deactivate MdiChildActivate and TextChanged event handlers. This
is required to circumvent issues (frozen app) that may occur while
changing the MdiContainer title (Text property) in the middle of
the process of embedding (before the embedded window has been
fully realized as an MDI child).
|
|
+
|
MdiChildActivateHandler ()
|
Refresh MdiContainer Text (title bar) with Text from the current
active MdiChild Form.
|