DialogResultConverter 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.
Converts the DialogResult property, which is a Nullable<T> value of type Boolean, to and from other types.
public ref class DialogResultConverter : System::ComponentModel::TypeConverter
public class DialogResultConverter : System.ComponentModel.TypeConverter
type DialogResultConverter = class
inherit TypeConverter
Public Class DialogResultConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| DialogResultConverter() |
Initializes a new instance of the DialogResultConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
DialogResultConverter does not support converting from other types to DialogResult (a Nullable<T> value of type Boolean). |
| CanConvertTo(ITypeDescriptorContext, Type) |
DialogResultConverter does not support converting from DialogResult (a Nullable<T> value of type Boolean) to other types. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
DialogResultConverter does not support converting from DialogResult (a Nullable<T> value of type Boolean) to other types. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
DialogResultConverter does not support converting from other types to DialogResult (a Nullable<T> value of type Boolean). |