 | ScrollBarInfoSetScrollValue 方法 |
Sweet 开发框架
设置控件滚动条滚动值
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void SetScrollValue(
IntPtr handle,
int value
)
Public Shared Sub SetScrollValue (
handle As IntPtr,
value As Integer
)
static member SetScrollValue :
handle : IntPtr *
value : int -> unit
参数
- handle
- 类型:SystemIntPtr
控件句柄 - value
- 类型:SystemInt32
滚动值
参见