Returns the InputInfoBase object with the specified name (the value of the InputInfoBase.Name property). If there are several controls with the same name, the first that is found will be returned.

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

Syntax

C#
public InputInfoBase this[
	string controlName
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	controlName As String _
) As InputInfoBase

Parameters

controlName
Type: System..::.String

See Also