WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrencyEditCollectionSerializationProvider

    Show / Hide Table of Contents

    Class CurrencyEditCollectionSerializationProvider

    Inheritance
    System.Object
    CurrencyEditCollectionSerializationProvider
    Implements
    System.ComponentModel.Design.Serialization.IDesignerSerializationProvider
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CurrencyEditCollectionSerializationProvider : IDesignerSerializationProvider

    Constructors

    CurrencyEditCollectionSerializationProvider(Control.ControlCollection, ICurrencyEditDesigner)

    Declaration
    public CurrencyEditCollectionSerializationProvider(Control.ControlCollection collectionToWatch, ICurrencyEditDesigner notifyDesigner)
    Parameters
    Type Name Description
    System.Windows.Forms.Control.ControlCollection collectionToWatch
    ICurrencyEditDesigner notifyDesigner

    Methods

    GetSerializer(IDesignerSerializationManager, Object, Type, Type)

    Declaration
    public virtual object GetSerializer(IDesignerSerializationManager manager, object currentSerializer, Type objectType, Type serializerType)
    Parameters
    Type Name Description
    System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager
    System.Object currentSerializer
    System.Type objectType
    System.Type serializerType
    Returns
    Type Description
    System.Object

    Implements

    System.ComponentModel.Design.Serialization.IDesignerSerializationProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved