WinForms

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

    Show / Hide Table of Contents

    Class CustomPropertiesTypeConverter

    Used for processing properties in PropertyGrid of TextBox which belongs to ButtonEdit control.

    Inheritance
    System.Object
    CustomPropertiesTypeConverter
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public abstract class CustomPropertiesTypeConverter : ReferenceConverter

    Constructors

    CustomPropertiesTypeConverter()

    Declaration
    protected CustomPropertiesTypeConverter()

    Fields

    EmptyAttributes

    Declaration
    protected static readonly Attribute[] EmptyAttributes
    Field Value
    Type Description
    System.Attribute[]

    Methods

    GetExistingCollection(AttributeCollection, Attribute[])

    Declaration
    public AttributeCollection GetExistingCollection(AttributeCollection existing, params Attribute[] newAttributes)
    Parameters
    Type Name Description
    System.ComponentModel.AttributeCollection existing
    System.Attribute[] newAttributes
    Returns
    Type Description
    System.ComponentModel.AttributeCollection

    GetProperties(ITypeDescriptorContext, Object, Attribute[])

    Declaration
    public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] filter)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Object value
    System.Attribute[] filter
    Returns
    Type Description
    System.ComponentModel.PropertyDescriptorCollection

    GetPropertiesSupported(ITypeDescriptorContext)

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

    GetPropertyAttributes(TextBoxExt, PropertyDescriptor)

    Declaration
    protected abstract Attribute[] GetPropertyAttributes(TextBoxExt component, PropertyDescriptor property)
    Parameters
    Type Name Description
    TextBoxExt component
    System.ComponentModel.PropertyDescriptor property
    Returns
    Type Description
    System.Attribute[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved