[]
Provides a drop-down list of cell types for a property of type ICellType in the property grid.
public class CellTypeConverter : TypeConverter
Public Class CellTypeConverter
Inherits TypeConverter
Name | Description |
---|---|
CellTypeConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Returns whether the specified type can be converted to a cell type object. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts a string to a new cell type object. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the cell type object to a string. |
GetProperties(ITypeDescriptorContext, object, Attribute[]) | Retrieves the set of properties for this type. |
GetPropertiesSupported(ITypeDescriptorContext) | Determines whether this object supports properties. |
GetStandardValues(ITypeDescriptorContext) | Retrieves the set of standard values for this type for the specified context. |
GetStandardValuesSupported(ITypeDescriptorContext) | Determines whether this object supports standard values. |