Namespace: Consultingwerk.Framework
Interface 
IMDIContainer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Forms.MDIContainer, Consultingwerk.SmartComponents.Base.SmartMDIContainer

File:IMDIContainer
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu May 07 10:35:56 CEST 2009



Top Method Summary
Options Name Purpose
+ 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.


Method Detail
Top

PUBLIC ActivateWindowTitleEventHandler ()

Purpose: 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).
Notes: Future releases of OpenEdge (bug fixes) may enable us to remove
this method. It's not intended for public use!

Top

PUBLIC DeactivateWindowTitleEventHandler ()

Purpose: 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).
Notes: Future releases of OpenEdge (bug fixes) may enable us to remove
this method. It's not intended for public use!

Top

PUBLIC MdiChildActivateHandler ()

Purpose: Refresh MdiContainer Text (title bar) with Text from the current
active MdiChild Form.
Notes: Invokes the private MdiChildActiveHandler event handler method
with unknown values for both parameters.



©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:37