ListBoxLengthConverterCanConvertFrom メソッド
|
この型コンバータが、指定した型のオブジェクトをこのコンバータの型に変換できるかどうかを返します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public override bool CanConvertFrom(
ITypeDescriptorContext context,
Type sourceType
)
Public Overrides Function CanConvertFrom (
context As ITypeDescriptorContext,
sourceType As Type
) As Boolean
パラメーター
- context
- 型: System.ComponentModelITypeDescriptorContext
書式コンテキストを提供するオブジェクト。 - sourceType
- 型: SystemType
変換元の型。
戻り値
型:
Boolean
このコンバータが変換を実行できる場合は true。それ以外の場合は false。
関連項目