AllowTabs
This property determines how Tabs behave in an edit box.
Usage |
edtEditBox.AllowTabs = lAllowTabs lAllowTabs = edtEditBox.AllowTabs |
Example |
* You might want to tell the user about CTRL+TAB * to move on. You could set a label's caption: ThisForm.lblCtrlTab.Caption = ; IIF(ThisForm.edtEditBox.AllowTabs, ; "CTRL+TAB when done ", "") |
See Also |