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!

DataGridTextBox Class

A wrapper around the Edit control will tell the editColumn when it receives a KeyPressed or a KeyDown event

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               FormatControl
                  TextBoxBase
                     TextBox
                        DataGridTextBox

[Visual Basic]
Public Class DataGridTextBox
   Inherits TextBox
[C#]
public class DataGridTextBox : TextBox
[C++]
public __gc class DataGridTextBox : public TextBox
[JScript]
public class DataGridTextBox extends TextBox

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

DataGridTextBox Members | System.WinForms Namespace