AllowTabs Property

Specifies whether tabs are allowed in an EditBox control.

EditBox.AllowTabs[ = lExpr]

Property Values

  • lExpr
    The settings for the AllowTabs property are:
    Setting Description
    True (.T.) Tabs are allowed; press CTRL+TAB to exit the field.
    False (.F.) (Default) Tabs are not allowed in the EditBox; pressing the TAB key moves the focus to the next control in the tab order.

See Also

TabIndex Property | TabStop Property | TabStyle Property

Applies To: EditBox