バージョン

CanRenderType メソッド (EmbeddableEditorBase)

指定したタイプを描画できるかどうかを示します。
シンタックス
'宣言
 
Public MustOverride Function CanRenderType( _
   ByVal type As Type _
) As Boolean
public abstract bool CanRenderType( 
   Type type
)

パラメータ

type
テストする System.Type

戻り値の型

指定した型を描画できる場合はTrueを返します。
参照