NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridDropdownColumn.Edit

[To be supplied.]

[Visual Basic]
Overrides Public Sub Edit( _
   ByVal listManager As ListManager, _
   ByVal rowNum As Integer, _
   ByVal bounds As Rectangle, _
   ByVal readOnly As Boolean, _
   ByVal instantText As String, _
   ByVal cellIsVisible As Boolean _
)
[C#]
public override void Edit(
   ListManager listManager,
   int rowNum,
   Rectangle bounds,
   bool readOnly,
   string instantText,
   bool cellIsVisible
);
[C++]
public: override void Edit(
   ListManager* listManager,
   int rowNum,
   Rectangle bounds,
   bool readOnly,
   String* instantText,
   bool cellIsVisible
);
[JScript]
public override function Edit(
   listManager : ListManager,
   rowNum : int,
   bounds : Rectangle,
   readOnly : Boolean,
   instantText : String,
   cellIsVisible : Boolean
);

Parameters

listManager
[To be supplied.]
rowNum
[To be supplied.]
bounds
[To be supplied.]
readOnly
[To be supplied.]
instantText
[To be supplied.]
cellIsVisible
[To be supplied.]

See Also

DataGridDropdownColumn Class | DataGridDropdownColumn Members | System.WinForms Namespace