バージョン

CanRenderType メソッド (ColorPickerEditor)

色に変換可能な型を描画します。
シンタックス
'宣言
 
Public Overrides Function CanRenderType( _
   ByVal type As Type _
) As Boolean
public override bool CanRenderType( 
   Type type
)

パラメータ

type
テストするデータ型。

戻り値の型

型が色の場合 True、そうでない場合は False。
参照