AjaxControlToolkit.UpdatePanelAnimationExtender.GetControl C# (CSharp) Method

GetControl() public method

Returns the control specified by its ID
public GetControl ( string id ) : Control
id string ID of the control
return System.Web.UI.Control
        public Control GetControl(string id)
        {
            return FindControl(id);
        }