Click or drag to resize
TargetControlCollectionFindTargetInputById Method
Finds TargetInput setting by ID of input control

Namespace: Kettic.AspNet.Controls.InputManager
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TargetInput FindTargetInputById(
	string id
)

Parameters

id
Type: SystemString
ID of input control

Return Value

Type: TargetInput
TargetInput or null
See Also