This documentation is archived and is not being maintained.
BaseDataListDesigner.Initialize Method
.NET Framework 1.1
Initializes the designer with the specified DataGrid or DataList control.
[Visual Basic] Overrides Public Sub Initialize( _ ByVal component As IComponent _ ) Implements IDesigner.Initialize [C#] public override void Initialize( IComponent component ); [C++] public: void Initialize( IComponent* component ); [JScript] public override function Initialize( component : IComponent );
Parameters
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesigner
Show: