Maximize - Maximize multi-line edit control (Ctrl+F11)
 The action causes the control to maximize its size to the dialog or windows work area. In order to set another control as Maximize area, the ControlContext::setMaximizeControl() function might be called from the application context. The function also allows setting automatic zoom-in, which automatically re-sized the text field to its original size when selecting a new instance to be displayed. When automatic zoom-in is not set, the text field remains enlarged until the ZoomIn action is called.
The action causes the control to maximize its size to the dialog or windows work area. In order to set another control as Maximize area, the ControlContext::setMaximizeControl() function might be called from the application context. The function also allows setting automatic zoom-in, which automatically re-sized the text field to its original size when selecting a new instance to be displayed. When automatic zoom-in is not set, the text field remains enlarged until the ZoomIn action is called.

