|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SB_GETBORDERS
The SB_GETBORDERS message retrieves the current widths of the horizontal and
vertical borders of a status window.
SB_GETBORDERS
wParam = 0;
lParam = (LPARAM) (LPINT) aBorders;
Parameters
aBorders
Pointer to an integer array that has three elements. The first element
receives the width of the horizontal border, the second receives the width of the
vertical border, and the third receives the width of the border between rectangles.
Return Values
If the operation succeeds, the return value is TRUE.
If the operation fails, the return value is FALSE.
Remarks
The borders determine the spacing between the outside edge of the window and
the rectangles within the window that contain text. The borders also determine
the spacing between rectangles.
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
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|