PowerTools MultiRow for Windows Forms 8.0J
ValueIsIcon プロパティ

ImageCellにImage型ではなくSystem.Drawing.Icon型のインスタンスを表示するかどうかを示す値を取得または設定します。
構文
Public Property ValueIsIcon As Boolean
public bool ValueIsIcon {get; set;}

プロパティ値

ImageCellにSystem.Drawing.Icon型の値を表示するtrue。それ以外の場合はfalse。既定値はfalseです。
解説

このプロパティがtrueの場合、FormattedValueTypeプロパティはSystem.Drawing.Icon型を表すSystem.Typeオブジェクトを返し、Cell.ValueはCellFormattingロジックによってIconオブジェクトに転送されます。それ以外の場合、FormattedValueTypeプロパティはSystem.Drawing.Image型を表すTypeオブジェクトを返します。

.
参照

ImageCell クラス
ImageCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.