Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

Parameters

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

See Also