KaxCalendarFindControl Method |
When using templates, their content is instantiated and "lives" inside the
Controls
collection of KaxCalendar class. To access the controls instantiated from the
templates they must be found using this method (KaxCalendar implements
INamingContainer interface).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override Control FindControl(
string id
)
Public Overrides Function FindControl (
id As String
) As Control
public:
virtual Control^ FindControl(
String^ id
) override
abstract FindControl :
id : string -> Control
override FindControl :
id : string -> Control
Parameters
- id
- Type: SystemString
The ID of the searched control.
Return Value
Type:
ControlReference to the found control or null if no control was found.
See Also