'Declaration Protected Overloads Overrides Function FindControl( _ ByVal id As String, _ ByVal pathOffset As Integer _ ) As Control
'Usage Dim instance As FpSpread Dim id As String Dim pathOffset As Integer Dim value As Control value = instance.FindControl(id, pathOffset)
protected override Control FindControl( string id, int pathOffset )
Parameters
- id
- The identifier for the control to be found.
- pathOffset
- The number of controls up the page control hierarchy needed to reach a naming container.
Return Value
The specified control, or null if the specified control does not exist.