|
|
|
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.
|
|
|
|
MdiChildActivateHandler (Object, EventArgs)
|
Refresh MdiContainer Text (title bar) with Text from the current
active MdiChild Form.
|
|
|
|
MdiChildFormClosedHandler (Object, FormClosedEventArgs)
|
Removes the MdiChild from the list of Forms
|
|
|
|
MdiChildFormTextChangedHandler (Object, EventArgs)
|
Refresh MdiContainer Text (title bar) with Text from the current
active MdiChild Form.
|
|
|
|
TextChangedHandler (Object, EventArgs)
|
Refresh MdiContainer Text (title bar) with Text from the current
active MdiChild Form.
|
|
|
|
UpdateTitleWithMdiChild ()
|
Udpate MdiContainer Text (title bar) with Text from the current
active MdiChild Form and the original text of the Mdi Container.
|