C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendar Class / FindControl(String) Method
The identifier for the control to be found.

In This Topic
FindControl(String) Method
In This Topic
Searches the current naming container for a server control with the specified id parameter.
Syntax
'Declaration
 
Public Overrides Function FindControl( _
   ByVal id As System.String _
) As System.Web.UI.Control
 

Parameters

id
The identifier for the control to be found.

Return Value

The specified control, or null if the specified control does not exist.
See Also