Method |
Description |
|
FindControls ( Control targetControl, Type controlsToFindType ) : System.Web.UI.Control[] |
|
|
FindControls ( Control targetControl, Type controlsToFindType, bool stringTypeNameCompare ) : System.Web.UI.Control[] |
|
|
FindFirstControl ( Control targetControl, Type controlsToFindType ) : Control |
|
|
FindFirstControl ( Control targetControl, string controlID ) : Control |
|
|
FindFirstParentControl ( Control targetControl, Type controlsToFindType ) : Control |
|
|
FindInterfaceImplementers ( Control targetControl, Type interfaceToMatch ) : System.Web.UI.Control[] |
|
|