Class TabControlCollectionSerializationProvider
The TabControlCollectionSerializationProvider class provides an interface that enables access to a serializer.
Inheritance
System.Object
TabControlCollectionSerializationProvider
Implements
System.ComponentModel.Design.Serialization.IDesignerSerializationProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabControlCollectionSerializationProvider : IDesignerSerializationProvider
Constructors
TabControlCollectionSerializationProvider(Control.ControlCollection, ITabControlAdvDesigner)
Constructor of the TabControlCollectionSerializationProvider.
Declaration
public TabControlCollectionSerializationProvider(Control.ControlCollection collectionToWatch, ITabControlAdvDesigner notifyDesigner)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control.ControlCollection | collectionToWatch | The Control.ControlCollection instance. |
ITabControlAdvDesigner | notifyDesigner | The ITabControlAdvDesigner instance. |
Methods
GetSerializer(IDesignerSerializationManager, Object, Type, Type)
Gets a serializer using the specified attributes.
Declaration
public virtual object GetSerializer(IDesignerSerializationManager manager, object currentSerializer, Type objectType, Type serializerType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.Design.Serialization.IDesignerSerializationManager | manager | The serialization manager requesting the serializer. |
System.Object | currentSerializer | An instance of the current serializer of the specified type. This can be null if no serializer of the specified type exists. |
System.Type | objectType | The data type of the object to serialize. |
System.Type | serializerType | The data type of the serializer to create. |
Returns
Type | Description |
---|---|
System.Object | An instance of a serializer of the type requested, or null if the request cannot be satisfied. |
Implements
System.ComponentModel.Design.Serialization.IDesignerSerializationProvider