This documentation is archived and is not being maintained.

WebControlToolboxItem.Serialize Method

This member overrides ToolboxItem.Serialize.

[Visual Basic]
Overrides Protected Sub Serialize( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
protected override void Serialize(
 SerializationInfo info,
 StreamingContext context
);
[C++]
protected: void Serialize(
 SerializationInfo* info,
 StreamingContext context
);
[JScript]
protected override function Serialize(
   info : SerializationInfo,
 context : StreamingContext
);

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

WebControlToolboxItem Class | WebControlToolboxItem Members | System.Web.UI.Design Namespace

Show: