Click or drag to resize

IBndLkup Properties

The IBndLkup type exposes the following members.

Properties
  NameDescription
Public propertyAllowButtonTabbing
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.
Public propertyButtonControl
Gets the control's button control. The type of control used as the IBndLkup's button will vary according to the control implementing the interface. Use OnClientClick to get/set the javascript onclick handler for the button.
Public propertyButtonOnLeft
Gets/sets whether the button is to be placed to the left of the textbox.
Public propertyClearButtonControl
Gets the control's clear button control. The type of control used as the IBndLkup's clear button will vary according to the control implementing the interface. Use OnClearButtonClientClick to get/set the javascript onclick handler for the button.
Public propertyClearButtonHide
Gets/sets whether the control's ClearButton should be forced to be hidden rather than leaving the decision up to the control based on the lock state of its constituent elements.
Public propertyClearButtonShow
Gets/sets whether the control's ClearButton should be forced to be shown rather than leaving the decision up to the control based on the lock state of its constituent elements. See also ClearButtonHide.
Public propertyCssClass
Gets/sets the control's CssClass.
Public propertyID
Gets/sets the control's ID.
Public propertyImage
Gets/sets the control's image.
Public propertyLiveLook
Gets/sets whether the control's button should be rendered with a "live" look where the button livens when the user hovers over it.
Public propertyNoAutoButtonLock
Gets/sets wether the control's ButtonControl should be locked automatically when the control is locked.
Public propertyOnClearButtonClientClick
Gets/sets the javascript onclick handler for the control's clear button, ClearButtonControl.
Public propertyOnClientClick
Gets/sets the javascript onclick handler for the control's button.
Public propertyReadOnly
Gets/sets the locked status of the control's TextBox.
Public propertyScreenReaderText
Gets/sets text for the button that can be read by ScreenReaders, but is not visible in the browser. Renders using the Bootstrap sr-only class or as an aria-label attribute. See https://danielnixon.org/bootstraps-bad-glyphicon-example/ for a discussion of using image-based buttons with assistive technology.
Public propertySecure
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.
Public propertyShowLockedButtons
Gets/sets whether the lookup button and clear button should be shown even when locked. Normally BndLkup buttons are hidden when locked, however, if the locked/unlocked state of the control is going to be toggled in script then it is generally better to show the buttons even when locked.
Public propertyText
Gets/sets the control's text.
Public propertyTextBox
Gets the control's TextBox.
Public propertyToolTip
Gets/sets the control's tooltip (which is applied to the button).
Top
See Also