System.Web.UI.Adapters.ControlAdapter.Control Property

Gets a reference to the control to which this control adapter is attached.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
protected System.Web.UI.Control Control { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When a derived control adapter is attached to a control, the .NET Framework calls certain adapter members instead of the control members.

Requirements

Namespace: System.Web.UI.Adapters
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0