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.IsInEditOrNavigateMode

[To be supplied.]

[Visual Basic]
Public Property IsInEditOrNavigateMode As Boolean
[C#]
public bool IsInEditOrNavigateMode {get; set;}
[C++]
public: __property bool get_IsInEditOrNavigateMode();
public: __property void set_IsInEditOrNavigateMode(bool);
[JScript]
public function get IsInEditOrNavigateMode() : Boolean;
public function set IsInEditOrNavigateMode(Boolean);

See Also

DataGridTextBox Class | DataGridTextBox Members | System.WinForms Namespace