Determines what happens when the tab key is pressed
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum TabMode
Public Enumeration TabMode
public enum class TabMode
Members
Member | Description |
---|---|
Disabled |
Once in the editor, the tab key is disabled
|
NextControl |
Allow the browser to go to the next control in the HTML form
|
InsertSpaces |
Inserts spaces into the editor to mimic tabs
|
Assembly: FreeTextBox (Module: FreeTextBox) Version: 3.2.0.28068