コード例 #1
0
 private static extern bool GetScrollInfo(IntPtr hWnd, int fnBar, ref SCROLLINFO info);
コード例 #2
0
 public MozScrollEventArgs(ScrollEventType type, int newValue, SCROLLINFO info)
 {
     m_type     = type;
     m_newValue = newValue;
     m_info     = info;
 }