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

Syntax

C#
public override Control FindControl(
	string id
)
Visual Basic
Public Overrides Function FindControl ( _
	id As String _
) As Control
Visual C++
public:
virtual Control^ FindControl(
	String^ id
) override

Parameters

id
Type: System..::..String

See Also