Member variable XbpCrt():border Foundation
Border type for the XbpCrt window.
The instance variable :border defines the border type of an XbpCrt 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.
| 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 | 
         
  | 
       |
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.