Click or drag to resize

BndLkupBSecure Property

Gets/sets whether or not this control is being used for secure data. When used for secure data, a Password control is used internally instead of a TextBox.

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

Property Value

Type: Boolean

Implements

IBndLkupSecure
See Also