PowerTools MultiRow for Windows Forms 8.0J
ReadOnly プロパティ (Cell)

セルのデータを編集できるかどうかを示す値を取得または設定します。
構文
Public Property ReadOnly As Boolean
public bool ReadOnly {get; set;}

プロパティ値

セルのデータを編集できない場合はtrue。それ以外の場合はfalse。既定値はfalseです。
解説

オーナー行の状態を考慮した、セルの継承された状態を返します。

このプロパティの既定値は、TextBoxCellComboBoxCellNumericUpDownCellなどの編集可能なセルではfalseです。LabelCellLinkLabelCellProgressBarCellなどの編集できないセルではtrueです。

参照

Cell クラス
Cell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.