导航:  Windows Controls Wrapper Functions > List Box Control > Wrappers >

ListBox_SetColumnWidth

上一页返回章节概述下一页

描述

 

设置多列列表框中所有列的宽度(以像素为单位)(使用LBS_MULTICOLUMN样式创建)。

 

PB语法

 

FUNCTION ListBox_SetColumnWidth ( _

BYVAL hListBox AS DWORD, _

BYVAL nWidth AS DWORD _

) AS LONG

 

参数

 

hListBox

[in]处理ListBox控件。

nWidth

[in]指定所有列的宽度(以像素为单位)。

 

最低操作系统

 

Windows 95, Windows NT 3.1.

 

引用文件 #INCLUDE Once

 

ListBoxCtrl.inc