Member variable XbpTabPage():minimized Foundation

Determines whether the XbpTabPage is minimized after it is created (the page is not visible).

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

The instance variable :minimized contains the value .T. (true) by default. This causes the XbpTabPage object to be minimized (with only the tab visible) after the :create() method is executed. The page itself is not displayed. Since several XbpTabPage objects are generally used together, this instance variable must be set to .F. (false) for only one of the XbpTabPage objects. This object will appear in the foreground with its dialog elements visible when the XbpTabPages are first displayed.

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.