Wimark.Controls Class Library  

DataGridView.StandardTab Property

Gets or sets the behavior of the DataGridView control when the user presses the TAB key or TAB key combinations.

[Visual Basic]
Public Property StandardTab As Boolean 
[C#]
public bool StandardTab {get; set;}
[C++]
public: __property bool get_StandardTab();
public: __property void set_StandardTab(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridView Class | DataGridView Members | Wimark.Controls Namespace