DesignSurfaceFacadeFindControl Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IComponent FindControl(
IComponent control,
string controlIdToFind
)
Public Function FindControl (
control As IComponent,
controlIdToFind As String
) As IComponent
public:
IComponent^ FindControl(
IComponent^ control,
String^ controlIdToFind
)
member FindControl :
control : IComponent *
controlIdToFind : string -> IComponent
Parameters
- control
- Type: System.ComponentModelIComponent
- controlIdToFind
- Type: SystemString
Return Value
Type:
IComponent
See Also