|
PElaunchmaximize MethodScope All ProEssentials Interfaces
PElaunchmaximize () As Boolean
This function invokes a maximized modal dialog with a copy of the current object maximized to fit inside it.
Comments Note that this function creates a copy of the object. This was done so that the original object could still receive data within a real-time implementation. However, this also means there is no feedback between the maximized object and your program. If you want to have hot-spots function within a maximized control, you will have to maximize the control yourself within your application. C/C++ users can use MoveWindow and Visual Basic/Delphi developers can adjust the Width/Height type properties or call the MoveWindow API call.
If NoScrollingSubsetControl equals TRUE, the maximized version of the object will reset this property, allowing access to subset parameter customizations.
Using the OCX interface you can also call this function as follows... Pego1.PEactions = LAUNCH_MAXIMIZE ' Calls PElaunchmaximize
.NET developers, see PeFunction.Dialog.Maximize This method is a wrapper to the PElaunchmaximize DLL call.
See Also: OCX Methods |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |