网站首页  词典首页

请输入您要查询的函数:

 

术语 showscrollbar
释义 ShowScrollBar
语法:
BOOL ShowScrollBar( HWND hWnd,
int wBar,
BOOL bShow
);
ShowScrollBar功能
该ShowScrollBar函数显示或隐藏指定的滚动条。
参数
hWnd
[in]句柄滚动条控制或与一个标准的滚动条的窗口,这取决于该wBar参数的值。
wBar
[in]指定滚动条(S)以显示或隐藏。此参数可以是下列值之一。
SB_BOTH
显示或隐藏窗口的标准,Level和垂直滚动条。
SB_CTL
显示或隐藏滚动条控制。在hwnd参数必须处理的滚动条控制。
SB_HORZ
显示或隐藏窗口的标准Level滚动条。
SB_VERT
显示或隐藏窗口的标准垂直滚动条。
bShow
[in]滚动条是否显示或隐藏指定。如果此参数为TRUE,滚动条显示,否则,它是隐藏的。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
您不应该调用此函数来隐藏滚动条在处理滚动条消息。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
参见
EnableScrollBar
==英文原文==ShowScrollBar Function
The ShowScrollBar function shows or hides the specified scroll bar.
Syntax
BOOL ShowScrollBar( HWND hWnd,
int wBar,
BOOL bShow
);
Parameters
hWnd
[in] Handle to a scroll bar control or a window with a standard scroll bar, depending on the value of the wBar parameter.
wBar
[in] Specifies the scroll bar(s) to be shown or hidden. This parameter can be one of the following values.
SB_BOTH
Shows or hides a window's standard horizontal and vertical scroll bars.
SB_CTL
Shows or hides a scroll bar control. The hwnd parameter must be the handle to the scroll bar control.
SB_HORZ
Shows or hides a window's standard horizontal scroll bars.
SB_VERT
Shows or hides a window's standard vertical scroll bar.
bShow
[in] Specifies whether the scroll bar is shown or hidden. If this parameter is TRUE, the scroll bar is shown; otherwise, it is hidden.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError .
Remarks
You should not call this function to hide a scroll bar while processing a scroll bar message.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
See Also
EnableScrollBar
==原始网址==http://msdn.microsoft.com/en-us/library/bb787601(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2025/1/8 11:02:08