BndLkupFixedTextboxSize Property |
Specifies whether or not to render the TextBox with a fixed size when locked vs. unlocked.
Normal rendering increases the width of the textbox to occupy the entire control space with the
widget icon and clear icon are not presented. When this option is set, the TextBox is always
rendered the same size even when the widget icon and clear icon are not rendered.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool FixedTextboxSize { get; set; }
Public Property FixedTextboxSize As Boolean
Get
Set
Property Value
Type:
BooleanSee Also