Class CustomPropertiesTypeConverter
Used for processing properties in PropertyGrid of TextBox which belongs to ButtonEdit control.
Inheritance
System.Object
CustomPropertiesTypeConverter
Assembly: Syncfusion.Tools.Windows.dll
public abstract class CustomPropertiesTypeConverter : ReferenceConverter
Constructors
Declaration
protected CustomPropertiesTypeConverter()
Fields
Declaration
protected static readonly Attribute[] EmptyAttributes
Field Value
Methods
Declaration
public AttributeCollection GetExistingCollection(AttributeCollection existing, params Attribute[] newAttributes)
Parameters
Type |
Name |
Description |
System.ComponentModel.AttributeCollection |
existing |
|
System.Attribute[] |
newAttributes |
|
Returns
Type |
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 |
System.ComponentModel.PropertyDescriptorCollection |
GetPropertiesSupported(ITypeDescriptorContext)
Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
GetPropertyAttributes(TextBoxExt, PropertyDescriptor)
Declaration
protected abstract Attribute[] GetPropertyAttributes(TextBoxExt component, PropertyDescriptor property)
Parameters
Type |
Name |
Description |
TextBoxExt |
component |
|
System.ComponentModel.PropertyDescriptor |
property |
|
Returns