Method XbpCrt():getFrameState() Foundation

Determines the current display state of the XbpCrt window.

Syntax
:getFrameState() --> nFrameState
Return

This method returns a numeric value identifying the current display status of the XbpCrt window. The value returned is one of the #define constants that must be passed to the method :setFrameState() (see :setFrameState()).

Description

The method :getFrameState() determines the current display status of the XbpCrt window. The possible conditions are: minimized, normal, and maximized. The state can be explicitly set using the method :setFrameState(), but the state generally results from user interaction when the user clicks the minimize, normal, or maximize pushbuttons in the title bar of the XbpCrt window.

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.