Édition

DialogResultConverter Class

Definition

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
DialogResultConverter

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).

Applies to

See also