Indicates how the text editing control responds when the user presses the TAB key.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool AcceptsTab { get; set; }
Visual Basic
Public Property AcceptsTab As Boolean
	Get
	Set
JScript
function get AcceptsTab () : boolean
function set AcceptsTab (value : boolean)

See Also