'宣言 Public Overrides Function CanRenderType( _ ByVal type As Type _ ) As Boolean
public override bool CanRenderType( Type type )
XamComboEditor の実装は、文字列タイプだけに True を返します。ネイティブで描画および編集する唯一のデータ型であるからです。
詳細は、ValueEditor の ValueEditor.CanRenderType を参照してください。
XamComboEditor クラス XamComboEditor メンバ