TextBoxActiveXControl.TabKeyBehavior

TextBoxActiveXControl.TabKeyBehavior property

Indicates whether tab characters are allowed in the text of the control.

public bool TabKeyBehavior { get; set; }

Examples

[C#]
if(!activeXControl.TabKeyBehavior)
{
    activeXControl.TabKeyBehavior = true;
}

See Also