True DBGrid for WinForms
Cancel プロパティ (BeforeColEditEventArgs)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > BeforeColEditEventArgs クラス : Cancel プロパティ
Gets or sets a value indicating that editing should be disallowed.
シンタックス
'宣言
 
Public Property Cancel As System.Boolean
public System.bool Cancel {get; set;}
解説
If event procedure sets the Cancel argument to True, the cell will not enter edit mode. Otherwise, the ColEdit event is raised immediately, followed by the Change event for the KeyChar property, if non-zero.
参照

BeforeColEditEventArgs クラス
BeforeColEditEventArgs メンバ