Click or drag to resize

EAPDropDownList Constructor (Boolean)

Constructor specifying whether or not to render as a TextBox when locked.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EAPDropDownList(
	bool useTextBoxForLockedCombo
)

Parameters

useTextBoxForLockedCombo
Type: SystemBoolean
When true, locked control will be rendered as a TextBox.
See Also