 | ControlHelperShowScrollBar 方法 |
Sweet 开发框架
ShowScrollBar
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool ShowScrollBar(
IntPtr hWnd,
int wBar,
bool bShow
)
Public Shared Function ShowScrollBar (
hWnd As IntPtr,
wBar As Integer,
bShow As Boolean
) As Boolean
static member ShowScrollBar :
hWnd : IntPtr *
wBar : int *
bShow : bool -> bool
参数
- hWnd
- 类型:SystemIntPtr
hWnd - wBar
- 类型:SystemInt32
0:horizontal,1:vertical,3:both - bShow
- 类型:SystemBoolean
bShow
返回值
类型:
Boolean[缺少 "M:SweetUI.Factory.ControlHelper.ShowScrollBar(System.IntPtr,System.Int32,System.Boolean)" 的 <returns> 文档]
参见