OEM User's Guide
OEM External Specification
OEM User’s Guide—520330-001
A-34
Client Callback API (OEM to Client Application)
Return Value
None
Considerations
This property is set by the OEM Gateway when the user or framework has invoked a
window management function (for example, Minimize All or Restore All).
The client application determines which window is affected by the operation. It might be
the main window for the application, or it might be a subordinate window that is
responsible for displaying information relevant to the framework or callback object. The
client can choose to ignore the request and not alter the state of any window if necessary.
If the client application’s WindowManagementEnabled function returns False, this
property is not used by the OEM.
Example
' ClientCallbackObject was passed in a Popup.Add or Object.Add
call
ClientCallbackObject.WindowState = vbMinimized
In the previous example, the client window would be minimized.