WinForms

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

    Show / Hide Table of Contents

    Class ColorUIAdvDesignSerializer

    Represent the class is used for serialize and deserialize process of ColorPickerUIAdv control.

    Inheritance
    System.Object
    ColorUIAdvDesignSerializer
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ColorUIAdvDesignSerializer : CodeDomSerializer

    Constructors

    ColorUIAdvDesignSerializer()

    Declaration
    public ColorUIAdvDesignSerializer()

    Methods

    Deserialize(IDesignerSerializationManager, Object)

    Overridden. Deserialize the object of the control.

    Declaration
    public override object Deserialize(IDesignerSerializationManager manager, object codeObject)
    Parameters
    Type Name Description
    System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager

    A serialization manager interface that is used during the deserialization process.

    System.Object codeObject

    A serialized CodeDOM object to deserialize.

    Returns
    Type Description
    System.Object

    Returns an object type.

    Serialize(IDesignerSerializationManager, Object)

    Overridden. Serialize the object of the control.

    Declaration
    public override object Serialize(IDesignerSerializationManager manager, object value)
    Parameters
    Type Name Description
    System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager

    A serialized manager interface that is used during the deserialization process.

    System.Object value

    The object value.

    Returns
    Type Description
    System.Object

    Returns an object type.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved