BuildMaster SDK Reference
Version:

SimpleControlHost Class

Hosts a simple control inside an ASP.NET control tree.

Inheritance Hierarchy

  • object
    • System.Web.UI.Control
      • Inedo.Web.Controls.SimpleControlHost

Syntax

public class SimpleControlHost : System.Web.UI.Control, System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IUrlResolutionService, System.Web.UI.IDataBindingsAccessor, System.Web.UI.IControlBuilderAccessor, System.Web.UI.IControlDesignerAccessor, System.Web.UI.IExpressionsAccessor, ISimpleControl

Constructors

Name Description
SimpleControlHost(ISimpleControl control)

Initializes a new instance of the SimpleControlHost class.

Properties

Name Description
Control

Gets the wrapped control.