emxFramework.PopupSize | Defines the available pop-up window sizes. Remove any values that you do not want used. Typically, you do not need to change this property. | One or more of the following, separated by commas and no spaces:- Small
- Medium
- Large
- SmallTall
- MediumTall
|
emxFramework.PopupSize.<SIZE> | Defines the pixel width and height for pop-up windows, where <SIZE> is a value specified in the emxFramework.PopupSize property. Use this format to define the value: <WIDTH>x<HEIGHT> For example: emxFramework.PopupSize.Large = 960x700 | <WIDTH>x<HEIGHT> |
emxFramework.PopupSize.Default | Defines which pop-up window size is the default. Use the Popup Size setting for a form to use a different size window; that setting supports the same sizes listed here. | One of the following:- Large
- Medium
- Small
- SmallTall
- MediumTall
|