PrintDocument for WinForms
ScrollClient(Int32,Int32,Boolean) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス > ScrollClient メソッド : ScrollClient(Int32,Int32,Boolean) メソッド
The horizontal scroll amount.
The vertical scroll amount.
If true, the currently shown row of pages may be changed by the scroll operation. Otherwise, it can not.
Scrolls the previewed document in the client area by the specified horizontal and vertical amounts.
シンタックス
'宣言
 
Public Overloads Sub ScrollClient( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer, _
   ByVal allowRowChange As System.Boolean _
) 
'使用法
 
Dim instance As C1PreviewPane
Dim dx As System.Integer
Dim dy As System.Integer
Dim allowRowChange As System.Boolean
 
instance.ScrollClient(dx, dy, allowRowChange)
public void ScrollClient( 
   System.int dx,
   System.int dy,
   System.bool allowRowChange
)

パラメータ

dx
The horizontal scroll amount.
dy
The vertical scroll amount.
allowRowChange
If true, the currently shown row of pages may be changed by the scroll operation. Otherwise, it can not.
参照

C1PreviewPane クラス
C1PreviewPane メンバ
オーバーロード一覧