バージョン

CanRenderType メソッド (FontNameEditor)

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

パラメータ

type
テストするデータ型。

戻り値の型

タイプが編集可能な場合は True を返します。
参照