このメンバは DataGridColumnStyle.Edit をオーバーライドします。
Overloads Protected Friend Overrides Sub Edit( _
ByVal source As CurrencyManager, _ ByVal rowNum As Integer, _ ByVal bounds As Rectangle, _ ByVal readOnly As Boolean, _ ByVal instantText As String, _ ByVal cellIsVisible As Boolean _)
[C#]
protected internal override void Edit(CurrencyManagersource,introwNum,Rectanglebounds,boolreadOnly,stringinstantText,boolcellIsVisible);
[C++]
protected public: void Edit(CurrencyManager* source,introwNum,Rectanglebounds,boolreadOnly,String* instantText,boolcellIsVisible);
[JScript]
protected internal override function Edit(
source : CurrencyManager,rowNum : int,bounds : Rectangle,readOnly : Boolean,instantText : String,cellIsVisible : Boolean);
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DataGridTextBoxColumn クラス | DataGridTextBoxColumn メンバ | System.Windows.Forms 名前空間 | DataGridTextBoxColumn.Edit オーバーロードの一覧 | DataGrid | DataGridColumnStyle | CurrencyManager