[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WBrwLine( hWnd, hDC, nRow, aText, aSizes, nFirstItem,
nClrFore, nClrBack, hFont, lTree, aJustify, nPressed )-> <nil>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> Handle that identifies the Browse window
<hDC> Handle that identifies the target device context
<nRow> Browse row to be painted
<aText> Is an Array with Strings and/or bitmap handles to be
painted
<aSizes> Is an Array that contains the size of each column
<nFirstItem> Is the number of the first column to be painted.
<nClrFore> The foreground color that is used to draw the browse
line, as a Windows COLOR number, default is CLR_BLACK
<nClrBack> The background color of the browse line as a Windows COLOR
number. The default value is CLR_LIGHTGRAY
<hFont> Handle that identifies a font that will be used for the
browse text
<lTree> Is TRUE, if the browse line is a Linked List TreeItem
<aJustify> Is an Array with a logical flag for each column, indicating
if the column browse a numerical value and therefore has to
be adjusted to the right
<lPressed> Is TRUE if the row is to be painted in reverse color,
showing it as 'pressed'
DESCRIPTION:
This function draws a browse row
SOURCE:
SOURCE\WINAPI\WBRWLINE.C
See Also:
hDC
wBrwScroll
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson