TableLayoutSettingsTypeConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.
public ref class TableLayoutSettingsTypeConverter : System::ComponentModel::TypeConverter
public class TableLayoutSettingsTypeConverter : System.ComponentModel.TypeConverter
type TableLayoutSettingsTypeConverter = class
inherit TypeConverter
Public Class TableLayoutSettingsTypeConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| TableLayoutSettingsTypeConverter() |
Initializes a new instance of the TableLayoutSettingsTypeConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Determines whether this converter can convert an object in the given source type to the native type of this converter. |
| CanConvertTo(ITypeDescriptorContext, Type) |
Returns a value indicating whether this converter can convert an object to the given destination type by using the context. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the given object to the type of this converter by using the specified context and culture information. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type by using the specified context and culture information. |