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

ListView_SetTooltipsFont

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

描述

 

设置列表视图控件用于显示工具提示的ToolTip控件使用的字体。

 

PB语法

 

SUB ListView_SetTooltipsFont ( _

BYVAL hwndLV AS DWORD, _

OPTIONAL BYVAL hFont AS DWORD, _

OPTIONAL BYVAL fRedraw AS LONG

)

 

参数

 

hwndLV

[in]处理ListView控件。

hFont

[in]字体的句柄。

fRedraw

[in]指定在设置字体后是否立即重绘控件。

 

返回值

 

无返回值。

 

最低操作系统

 

Windows NT 4.0,Windows 95,

 

引用文件 #INCLUDE Once

 

ListViewCtrl.inc