Click or drag to resize

BndLkupAllowButtonTabbing Property

Gets/sets whether or not the BndLkup button should be in the page tab order (that is, whether or not it should allow the user to tab to the button to give it focus). The default value is true.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool AllowButtonTabbing { get; set; }

Property Value

Type: Boolean

Implements

IBndLkupAllowButtonTabbing
See Also