WinForms

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

    Show / Hide Table of Contents

    Class FlowLayoutConstraintsConverter

    Convert the FlowLayout properties values into FlowLayoutConstraints.

    Inheritance
    System.Object
    ByteStreamTypeConverter
    FlowLayoutConstraintsConverter
    Inherited Members
    ByteStreamTypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    ByteStreamTypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class FlowLayoutConstraintsConverter : ByteStreamTypeConverter

    Constructors

    FlowLayoutConstraintsConverter()

    Declaration
    public FlowLayoutConstraintsConverter()

    Methods

    CanConvertTo(ITypeDescriptorContext, Type)

    Overridden. See System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Type destinationType
    Returns
    Type Description
    System.Boolean
    Overrides
    ByteStreamTypeConverter.CanConvertTo(ITypeDescriptorContext, Type)

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Overridden. See System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)

    Declaration
    public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Globalization.CultureInfo culture
    System.Object value
    System.Type destinationType
    Returns
    Type Description
    System.Object
    Overrides
    ByteStreamTypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    CreateInstance(ITypeDescriptorContext, IDictionary)

    Overridden. See System.ComponentModel.TypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)

    Declaration
    public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Collections.IDictionary propertyValues
    Returns
    Type Description
    System.Object

    GetCreateInstanceSupported(ITypeDescriptorContext)

    Overridden. See System.ComponentModel.TypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)

    Declaration
    public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Returns
    Type Description
    System.Boolean

    OnAfterDeserialize()

    Binds the FlowLayoutConstraints assembly type to the same type in a different assembly.

    Declaration
    public override void OnAfterDeserialize()
    Overrides
    ByteStreamTypeConverter.OnAfterDeserialize()

    OnBeforeDeserialize()

    Binds the assembly name and type to the FlowLayoutConstraints assembly.

    Declaration
    public override void OnBeforeDeserialize()
    Overrides
    ByteStreamTypeConverter.OnBeforeDeserialize()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved