Member variable XbpDialog():border Foundation

Border type for the dialog window.

Attribute: EXPORTED
Data type: Numeric (XBPDLG_RAISEDBORDERTHICK)
Description

The instance variable :border defines the border type of an XbpDialog window. Constants defined in the XBP.CH file can be assigned to this instance variable. The following table shows the valid #define constants for :border.

Constants for border types
Constant Description
XBPDLG_NO_BORDER No border
XBPDLG_SIZEBORDER Window is sizeable
XBPDLG_THINBORDER *) Thin border, window size cannot be changed
XBPDLG_DLGBORDER Thick border, window size cannot be changed
XBPDLG_RAISEDBORDERTHICK **) Thick, raised border
XBPDLG_RAISEDBORDERTHIN *) Thin, raised border
XBPDLG_RECESSEDBORDERTHICK Thick, recessed border
XBPDLG_RECESSEDBORDERTHIN *) Thin, recessed border
XBPDLG_RAISEDBORDERTHICK_FIXED Thick, raised border, size cannot be changed
XBPDLG_RAISEDBORDERTHIN_FIXED *) Thin, raised border, size cannot be changed
XBPDLG_RECESSEDBORDERTHICK_FIXED Thick, recessed border, size cannot be changed
XBPDLG_RECESSEDBORDERTHIN_FIXED *) Thin, recessed border, size cannot be changed
  1. not supported by Windows
  2. Default border

If a dialog is embedded as MDI client within another dialog, Windows ignores all border styles except XBPDLG_RAISEDBORDERTHICK and XBPDLG_RECESSDBORDERTHICK. In all other cases, a border is displayed for MDI clients that corresponds to XBPDLG_RAISEDBORDERTHICK.

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.