バージョン 25.1 (最新)

IsDestinationValueValid メソッド (ColorPickerEditor)

変換後の値の有効性をチェックします。
シンタックス
protected override bool IsDestinationValueValid( 
   ConversionDirection direction,
   object destinationVal,
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   out string message
)

パラメータ

direction
変換のタイプ。
destinationVal
チェックする値。
owner
オーナー。
ownerContext
オーナーコンテキスト
message
失敗した場合の追加情報。

戻り値の型

変換後の値が有効な場合はTrue。
参照