FlatSB_SetScrollInfo |
Declare Function Api_FlatSB_SetScrollInfo& Lib "Comctl32" Alias "FlatSB_SetScrollInfo" (ByVal hWnd&, ByVal code&, lpsi As Any, ByVal fRedraw&) |
||||||||||||||||||
Declare Function FlatSB_SetScrollInfo Lib "Comctl32" (ByVal hWnd As Long, ByVal code As Long, lpsi As Any, ByVal fRedraw As Long) As Long |
|||||||||||||||||||
フラットスクロールバーの情報を設定する。 |
|||||||||||||||||||
パラメータ A handle to the window that contains the flat scroll bar. This window handle must have been passed previously in a call to
InitializeFlatSB.
lpsi members of the structure must be filled in prior to calling FlatSB_SetScrollInfo. The fMask member specifies which members of the structure contain valid information and can be any combination of the following values:
現在の指定した位置が返る。 |