This method is called when the input focus must be assigned to specified control.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
void SetFocusTo(
	InputInfoBase inputInfo
)
Visual Basic (Declaration)
Sub SetFocusTo ( _
	inputInfo As InputInfoBase _
)

Parameters

inputInfo
Type: C1.C1PrintDocument..::.InputInfoBase

See Also