'宣言 Public Overloads Sub ScrollClient( _ ByVal dx As System.Integer, _ ByVal dy As System.Integer _ )
'使用法 Dim instance As C1PreviewPane Dim dx As System.Integer Dim dy As System.Integer instance.ScrollClient(dx, dy)
パラメータ
- dx
- The horizontal scroll amount.
- dy
- The vertical scroll amount.