Member variable XbpDialog():minButton Foundation

Displays the pushbutton for minimizing the dialog window.

Attribute: EXPORTED
Data type: Logical (.T.)
Description

By default, the instance variable :minButton contains the value .T. (true). This means that the pushbutton for minimizing the XbpDialog window is displayed at the right end of the title bar for the XbpDialog window. To suppress the display of the minimize pushbutton, :minButton must be set to .F. (false).

When the parent of the XbpDialog window is the desktop, the icon of the minimized window appears in the "Minimized Window Viewer" folder.

Windows ignores :minButton 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 :maxButton == .T. and :minButton == .F., the pushbutton which minimizes the window is disabled.

The pushbutton is always displayed within an MDI client window, unless :titleBar is set to .F. (false).

Feedback

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.