AllowTabs Property
Specifies whether to allow tabs in an EditBox control.
EditBox.AllowTabs[ = lExpr]
Property Values
- lExpr
Specifies a logical value that determines whether tabs are allowed in an EditBox control. The following table lists the settings for lExpr:lExpr Description True (.T.) Allow tabs in the edit box. To exit the control, press CTRL+TAB.
False (.F.) Do not allow tabs in the edit box. (Default) To exit and move focus to the next control in the tab order, press the TAB key.
See Also
TabIndex Property | TabStop Property | TabStyle Property
Applies To: EditBox