SBM_GETSCROLLINFO SBM_SETPOS SBM_SETRANGE SBM_SETRANGEREDRAW SBM_SETSCROLLINFO 滚动条通知 滚动条结构 滚动条常量 静态控件 状态栏 SysLink 选项卡 任务对话框 Toolbar 工具提示 跟踪条 树视图 向上向下控件 常规控件参考 Control Spy v2.0 视觉样式 ...
SBM_SETPOS Article 06/30/2006 This message is sent by an application to a scroll bar control to set the position of the scroll box (thumb) and, if requested, redraw the scroll bar to reflect the new position of the scroll box.
SBM_SETPOS wParam = (WPARAM) nPos; lParam = (LPARAM) (BOOL) fRedraw; Parameters nPos Specifies the new position of the scroll box. It must be within the scrolling range. fRedraw Boolean value that specifies whether the scroll bar should be redrawn to reflect the new scroll box position....
This message is sent by an application to a scroll bar control to set the position of the scroll box (thumb) and, if requested, redraw the scroll bar to reflect the new position of the scroll box.SyntaxΑντιγραφή SBM_SETPOS wParam = (WPARAM) nPos; lParam = (LPARAM) (...
SBM_SETPOS wParam = (WPARAM) nPos; lParam = (LPARAM) (BOOL) fRedraw; Parameters nPos Specifies the new position of the scroll box. It must be within the scrolling range. fRedraw Boolean value that specifies whether the scroll bar should be redrawn to reflect the new scroll box position....
This message is sent by an application to a scroll bar control to set the position of the scroll box (thumb) and, if requested, redraw the scroll bar to reflect the new position of the scroll box.Syntax複製 SBM_SETPOS wParam = (WPARAM) nPos; lParam = (LPARAM) (BOOL) fRedraw; ...
SBM_SETPOS wParam = (WPARAM) nPos; lParam = (LPARAM) (BOOL) fRedraw; Parameters nPos Specifies the new position of the scroll box. It must be within the scrolling range. fRedraw Boolean value that specifies whether the scroll bar should be redrawn to reflect the new scroll box position....