|
BXD_ Boxed Edit Control
The BXD_ values define the initial dimensions of the various components of a
boxed edit (bedit) control. These are constants defined in terms of dialog
units. They are converted to pixel dimensions by the bedit control before use.
For more information, see the entries for the BOXLAYOUT and GUIDE structures in Chapter 11, "Pen Application Programming Interface Structures."
The following table lists the BXD_ values.
Constant
| Value
| Description
| BXD_BASEHEIGHT
| 13
| Initial value for cyBase in GUIDE structure after conversion from dialog units to pixels.
| BXD_BASEHORZ
| 0
| Initial value for cxBase in GUIDE structure after conversion from dialog units to pixels.
| BXD_CELLHEIGHT
| 16
| Initial value for cyBox in GUIDE structure after conversion from dialog units to pixels.
| BXD_CELLWIDTH
| 12
| Initial value for cxBox in GUIDE structure after conversion from dialog units to pixels.
| BXD_CUSPHEIGHT
| 2
| Initial value for cyCusp in BOXLAYOUT structure after conversion from dialog units to pixels.
| BXD_ENDCUSPHEIGHT
| 4
| Initial value for cyEndCusp in BOXLAYOUT structure after conversion from dialog units to pixels.
| BXD_MIDFROMBASE
| 0
| Same as BXD_BASEHORZ.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|