WebControlToolboxItem.WebControlToolboxItem(SerializationInfo, StreamingContext) Constructor
.NET Framework 3.0
Creates a new instance of the WebControlToolboxItem class using the provided SerializationInfo object and StreamingContext.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected WebControlToolboxItem ( SerializationInfo info, StreamingContext context )
protected function WebControlToolboxItem ( info : SerializationInfo, context : StreamingContext )
Not applicable.
Parameters
- info
A SerializationInfo object containing information needed to instantiate the Web control through deserialization.
- context
A StreamingContext object.
Community Additions
ADD
Show: