Gets a value indicating whether this converter can convert an object in the Specified source type to the native type of the converter.
オーバーロードの一覧
このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。
[Visual Basic] Overloads Overrides Public Function CanConvertFrom(ITypeDescriptorContext, Type) As Boolean
[C#] public override bool CanConvertFrom(ITypeDescriptorContext, Type);
[C++] public: bool CanConvertFrom(ITypeDescriptorContext*, Type*);
[JScript] public override function CanConvertFrom(ITypeDescriptorContext, Type) : Boolean;
TypeConverter から継承されます。
[Visual Basic] Overloads Public Function CanConvertFrom(Type) As Boolean
参照
KeysConverter クラス | KeysConverter メンバ | System.Windows.Forms 名前空間