PrintDocument for WinForms
SetFocus メソッド (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : SetFocus メソッド
The input fragment to move the focus to.
Sets the input focus to the specified C1.C1Preview.RenderInputFragment object. This method should be used only if the preview currently shows a C1.C1Preview.C1PrintDocument.
シンタックス
'宣言
 
Public Sub SetFocus( _
   ByVal inputFragment As RenderInputFragment _
) 
'使用法
 
Dim instance As C1PreviewPane
Dim inputFragment As RenderInputFragment
 
instance.SetFocus(inputFragment)
public void SetFocus( 
   RenderInputFragment inputFragment
)

パラメータ

inputFragment
The input fragment to move the focus to.
参照

C1PreviewPane クラス
C1PreviewPane メンバ