System.Windows.Forms.DataGridTextBox.IsInEditOrNavigateMode Property

Gets or sets a value indicating whether the System.Windows.Forms.DataGridTextBox is in a mode that allows either editing or navigating.

Syntax

public bool IsInEditOrNavigateMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DataGridTextBox.IsInEditOrNavigateMode property is used within the Control.ProcessKeyMessage(Message@) to determine how to process key press events, to check the state of the System.Windows.Forms.DataGridTextBox. For example, if one of the navigation (arrow) keys is pressed, the appropriate action for the state of the control must occur.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0