Click or drag to resize

BndLkupApplyWidthToTextBox Property

Gets/sets whether the control width should be applied to the TextBox only (vs. the entire control). By default the control width is applied to the entire control (including icon buttons), but when this option is set, the width is applied to the TextBox only allowing the icon buttons to extend beyond the specified width. This setting is used to size the TextBox in BndLkup controls to match other non-BndLkup controls (rather than sizing the entire BndLkup to match).

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

Property Value

Type: Boolean
See Also