ExtenderControlToolboxItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ExtenderControlToolboxItem class.
Overloads
ExtenderControlToolboxItem() |
Initializes a new instance of the ExtenderControlToolboxItem class. |
ExtenderControlToolboxItem(Type) |
Initializes a new instance of the ExtenderControlToolboxItem class by using the specified type. |
ExtenderControlToolboxItem(SerializationInfo, StreamingContext) |
Initializes a new instance of the ExtenderControlToolboxItem class by using the specified parameters. |
ExtenderControlToolboxItem()
Initializes a new instance of the ExtenderControlToolboxItem class.
public:
ExtenderControlToolboxItem();
public ExtenderControlToolboxItem ();
Public Sub New ()
Applies to
ExtenderControlToolboxItem(Type)
Initializes a new instance of the ExtenderControlToolboxItem class by using the specified type.
public:
ExtenderControlToolboxItem(Type ^ type);
public ExtenderControlToolboxItem (Type type);
new System.Web.UI.Design.ExtenderControlToolboxItem : Type -> System.Web.UI.Design.ExtenderControlToolboxItem
Public Sub New (type As Type)
Parameters
- type
- Type
The type of the target control.
Applies to
ExtenderControlToolboxItem(SerializationInfo, StreamingContext)
Initializes a new instance of the ExtenderControlToolboxItem class by using the specified parameters.
protected:
ExtenderControlToolboxItem(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ExtenderControlToolboxItem (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Web.UI.Design.ExtenderControlToolboxItem : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Web.UI.Design.ExtenderControlToolboxItem
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
An object that provides serialization information.
- context
- StreamingContext
An object that describes the source and destination of the serialized stream.