[To be supplied.]
[Visual Basic] Overloads Overridable Protected Function FindControl( _ ByVal id As String, _ ByVal pathOffset As Integer _ ) As Control [C#] protected virtual Control FindControl( string id, int pathOffset ); [C++] protected: virtual Control* FindControl( String* id, int pathOffset ); [JScript] protected function FindControl( id : String, pathOffset : int ) : Control;
Control Class | Control Members | System.Web.UI Namespace | Control.FindControl Overload List