Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
protected override Control FindControl(
	string id,
	int pathOffset
)
Visual Basic (Declaration)
Protected Overrides Function FindControl ( _
	id As String, _
	pathOffset As Integer _
) As Control

Parameters

id
Type: System..::.String
pathOffset
Type: System..::.Int32

See Also