Sets the input focus to the specified RenderInputFragment object. This method should be used only if the preview currently shows a C1PrintDocument.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public void SetFocus(
	RenderInputFragment inputFragment
)
Visual Basic
Public Sub SetFocus ( _
	inputFragment As RenderInputFragment _
)

Parameters

inputFragment
Type: RenderInputFragment
The input fragment to move the focus to.

See Also