The DelegateControl type exposes the following members.

Constructors

  NameDescription
Public methodDelegateControl()()()()
Initializes a new instance of the DelegateControl class
Public methodDelegateControl(RenderMethod)
Initializes a new instance of the DelegateControl class

Methods

  NameDescription
Protected methodControlAdded (Inherited from Control.)
Protected methodControlRemoved (Inherited from Control.)
Protected methodCreateChildControls (Inherited from Control.)
Protected methodCreateControlCollection (Overrides Control..::..CreateControlCollection()()()().)
Protected methodEnsureChildControls (Inherited from Control.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHasControls (Inherited from Control.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveNext
Public methodRender (Overrides Control..::..Render(TextWriter).)
Protected methodRenderChildren (Inherited from Control.)
Public methodReset
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_childControlsCreated (Inherited from Control.)
Protected field_codeTemplate (Inherited from Control.)
Protected field_controls (Inherited from Control.)
Protected field_parent (Inherited from Control.)
Protected field_visible (Inherited from Control.)

Properties

  NameDescription
Protected propertyChildControlsCreated (Inherited from Control.)
Protected propertyCodeTemplate (Inherited from Control.)
Protected propertyControls (Inherited from Control.)
Public propertyCurrent
Protected propertyParent (Inherited from Control.)
Public propertyRenderMethod
Protected propertyVisible (Inherited from Control.)

See Also