描述
包含列表视图控件中的组显示的信息.
FreeBASIC 语法
TYPE LVGROUPMETRICS cbSize AS UINT mask AS UINT nLeft AS UINT nTop AS UINT nRight AS UINT nBottom AS UINT crLeft AS COLORREF crTop AS COLORREF crRight AS COLORREF crBottom AS COLORREF crHeader AS COLORREF crFooter AS COLORREF END TYPE |
成员
cbSize
Size of the LVGROUPMETRICS structure.
mask
Flags that specify which members contain or are to receive valid data. Can be one or more of the following values.
LVGMF_BORDERCOLOR
Not implemented.
LVGMF_BORDERSIZE
The Left, Top, Right, and Bottom members are valid.
LVGMF_NONE
No members are valid.
LVGMF_TEXTCOLOR
Not implemented.
Left
Specifies the width of the left border in icon, small icon, or tile view.
Top
Specifies the width of the top border in all group views.
Right
Specifies the width of the right border in icon, small icon, or tile view.
Bottom
Specifies the width of the bottom border in all group views.
crLeft
Specifies the color of the left border. Not implemented.
crTop
Specifies the color of the top border. Not implemented.
crRight
Specifies the color of the right border. Not implemented.
crBottom
Specifies the color of the bottom border. Not implemented.
crHeader
Specifies the color of the header text. Not implemented.
crFooter
Specifies the color of the footer text. Not implemented.
备注
边框的宽度决定了放置项的区域的边距.当用户将光标移动到上面时,顶部边框被高亮显示,当用户在允许多个选择的列表中单击此边框时,将选择组中的所有项.
最低操作系统
Windows XP.
引用文件
CommCtrl.bi


