设置List控件样式
1 | m_ctrlListGunInfo.SetExtendedStyle(LVS_EX_FLATSB |
原型1
2
3DWORD SetExtendedStyle(
DWORD dwNewStyle
);
Parameters参数
dwNewStyle
A combination of extended styles to be used by the list view control. For a descriptive list of these styles, see the Extended List View Styles topic in the Platform SDK.
结合扩展样式使用的列表视图控件。描述这些风格的列表,在平台SDK参考扩展列表视图风格主题。
Return Value 返回值
A combination of the previous extended styles used by the list view control.
Remarks 备注
This member function implements the behavior of the Win32 macro, ListView_SetExtendedListViewStyle, as described in the Platform SDK.
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 张拓的博客!