Class ControlUtilities
Inheritance
ControlUtilities
Assembly: DotNetNuke.dll
Syntax
public class ControlUtilities
Constructors
ControlUtilities()
Declaration
public ControlUtilities()
Methods
FindControl<T>(Control, string, bool)
Declaration
public static T FindControl<T>(Control control, string id, bool recursive) where T : Control
Parameters
Returns
Type Parameters
FindFirstDescendent<T>(Control)
Declaration
public static T FindFirstDescendent<T>(Control control) where T : Control
Parameters
Type |
Name |
Description |
Control |
control |
|
Returns
Type Parameters
FindFirstDescendent<T>(Control, Predicate<Control>)
Declaration
public static T FindFirstDescendent<T>(Control control, Predicate<Control> predicate) where T : Control
Parameters
Returns
Type Parameters
FindParentControl<T>(Control)
Declaration
public static T FindParentControl<T>(Control control) where T : Control
Parameters
Type |
Name |
Description |
Control |
control |
|
Returns
Type Parameters
LoadControl<T>(TemplateControl, string)
Declaration
public static T LoadControl<T>(TemplateControl containerControl, string controlSrc) where T : Control
Parameters
Returns
Type Parameters
Extension Methods