C# Class System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter

The type converter for the designer option collection.
Inheritance: System.ComponentModel.TypeConverter
Show file Open project: dotnet/corefx

Public Methods

Method Description
ConvertTo ( ITypeDescriptorContext cxt, CultureInfo culture, object value, Type destinationType ) : object
GetProperties ( ITypeDescriptorContext cxt, object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext cxt ) : bool

Method Details

ConvertTo() public method

public ConvertTo ( ITypeDescriptorContext cxt, CultureInfo culture, object value, Type destinationType ) : object
cxt ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
return object

GetProperties() public method

public GetProperties ( ITypeDescriptorContext cxt, object value, Attribute attributes ) : PropertyDescriptorCollection
cxt ITypeDescriptorContext
value object
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext cxt ) : bool
cxt ITypeDescriptorContext
return bool