Member variable XbpDialog():maxButton Foundation
Displays the pushbutton for maximizing the dialog window.
The default value of the instance variable :maxButton is .T. (true). This means that the pushbutton to maximize the window is displayed at the right end of the title bar for the XbpDialog window. To suppress the display of this pushbutton, :maxButton must be set to .F. (false).
Windows ignores :maxButton if one of the instance variables :taskList, :titleBar or :sysMenu is set to .F. (false). In this case, the pushbutton is not displayed. Otherwise, if :minButton == .T. and :maxButton == .F., the pushbutton which maximizes the window is disabled.
The pushbutton is always displayed within an MDI client window, unless :titleBar is set to .F. (false).
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.